#include <functions.h>
Inheritance diagram for mimas::_abs< T >:


Public Member Functions | |
| T | operator() (const T &x) const |
| Compute absolute value. | |
Definition at line 18 of file functions.h.
| T mimas::_abs< T >::operator() | ( | const T & | x | ) | const [inline] |
Compute absolute value.
| x | A number. |
x. Definition at line 23 of file functions.h.