Go to the source code of this file.
Classes | |
struct | labust::math::unwrap |
Namespaces | |
namespace | labust |
namespace | labust::math |
Defines | |
#define | _USE_MATH_DEFINES |
Functions | |
template<class type , typename precission > | |
type | labust::math::coerce (type value, const Limit< precission > &limit) |
template<class type > | |
type | labust::math::coerce (type value, double min, double max) |
template<class Iterator > | |
double | labust::math::mean (const Iterator &first, const Iterator &last) |
template<class Vector > | |
double | labust::math::mean (const Vector &vec) |
template<class Vector > | |
double | labust::math::std2 (const Vector &vec) |
template<class Vector > | |
double | labust::math::std2 (const Vector &vec, double mean) |
double | labust::math::wrapDeg (double angle) |
double | labust::math::wrapRad (double angle) |
#define _USE_MATH_DEFINES |
Definition at line 37 of file NumberManipulation.hpp.