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