Click or drag to resize

SpecialFunctionsFactorial Method

Overload List
 NameDescription
Public methodStatic memberFactorial(BigInteger) Computes the factorial of an integer.
Public methodStatic memberFactorial(Int32) Computes the factorial function x -> x! of an integer number >= 0. The function can represent all numbers up to 22! exactly, and all numbers up to 170! using a double representation. Larger values will overflow to infinity.
Top
See Also