Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
math.h File Reference

General purpose math functions. More...

#include "types.h"
+ Include dependency graph for math.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 Math
 Basic math helper functions.
 

Functions

template<typename T >
Math::abs (T a)
 
template<typename T >
Math::min (T a, T b)
 
template<typename T >
Math::max (T a, T b)
 

Detailed Description

General purpose math functions.