Function mrpt::math::factorial

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).