mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines the sign function. More...
Declares and defines the sign function.
Definition in file sign.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename T > | |
T | mx::math::func::sign (T x) |
The sign function. More... | |