Special |
Name | Description | |
---|---|---|
Factorial(BigInteger) | Computes the factorial of an integer. | |
Factorial(Int32) | Computes the factorial function x -> x! of an integer number > 0. The function can represent all number up to 22! exactly, all numbers up to 170! using a double representation. All larger values will overflow. |