37 if (alpha < 0.0 || alpha >
M_PI_2)
47 std::stringstream result;
48 result <<
"\n" <<
pyfmt::indent() <<
"# Defining footprint:\n";
50 result <<
"ba.FootprintGauss";
55 static_assert(!std::is_copy_constructible<FootprintGauss>::value,
56 "FootprintGauss should not be copy constructable");
57 static_assert(!std::is_copy_assignable<FootprintGauss>::value,
58 "FootprintGauss should not be copy assignable");
Defines M_PI and some more mathematical constants.
Defines namespace MathFunctions.
Defines functions in namespace pyfmt.
double erf(double arg)
Error function of real-valued argument.
std::string printDouble(double input)
std::string indent(size_t width)
Returns a string of blanks with given width.