factrl

double factrl(int n);

Returns the factorial of n.

Parameters:
nValue to evaluate function at.

Returns:
n!

Errors:
NUMERICS_ERROR is raised if n < 0

Header:
#include "mathx.h"