XLPack
7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
C1. Elementary functions (integer-valued functions)
factorial
◆
factorial()
double factorial
(
unsigned int
n
)
Factorial function
Purpose
factorial computes the factorial.
Returns
n!.
Parameters
[in]
n
Argument n.
Error handling
Range error (ERANGE) may occur.
Reference
boost/math/special_functions
Generated by
1.9.7