double factrl(int n);
Returns the factorial of n.
Parameters:
Returns: n!
Errors: NUMERICS_ERROR is raised if n < 0
NUMERICS_ERROR
Header: #include "mathx.h"
#include "mathx.h"