36 if (alpha < 0.0 || alpha >
M_PI_2)
44 static_assert(!std::is_copy_constructible<FootprintGauss>::value,
45 "FootprintGauss should not be copy constructable");
46 static_assert(!std::is_copy_assignable<FootprintGauss>::value,
47 "FootprintGauss should not be copy assignable");
Defines M_PI and some more mathematical constants.
Defines functions in namespace Math.
double erf(double arg)
Error function of real-valued argument.