|
StuBS
|
General purpose math functions. More...
#include "types.h"Namespaces | |
| namespace | Math |
| Basic math helper functions. | |
Functions | |
| template<typename T > | |
| T | Math::abs (T a) |
| template<typename T > | |
| T | Math::min (T a, T b) |
| template<typename T > | |
| T | Math::max (T a, T b) |
General purpose math functions.