XLPack
6.1
Python API Reference Manual
Loading...
Searching...
No Matches
C1. Elementary functions (integer-valued functions)
factorial
◆
factorial()
def factorial
(
x
)
Factorial function
Purpose
factorial computes the factorial.
Returns
float
n!.
Parameters
[in]
n
Argument n.
Error handling
Range error (ERANGE) may occur.
Reference
boost/math/special_functions
Generated by
1.9.6