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 number up to 22! exactly, all numbers up to 170! using a double representation. All larger values will overflow.
Top
See Also