Function mrpt::math::factorial
Defined in File utils.h
Function Documentation
-
double mrpt::math::factorial(unsigned int n)
Computes the factorial of an integer number and returns it as a double value (internally it uses logarithms for avoiding overflow).