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


Public Member Functions | |
| T | operator() (const T &x) const |
| Compute square root. | |
Definition at line 55 of file functions.h.
| T mimas::_sqrt< T >::operator() | ( | const T & | x | ) | const [inline] |
Compute square root.
| x | A number. |
x. Definition at line 60 of file functions.h.