Factorial
Syntax:
factorial(Number)
Computes factorials, which are commonly used in probability calculations.
Examples
On this example, factorial(3)
gives you the factorial of 3 which is 6:
Syntax:
factorial(Number)
Computes factorials, which are commonly used in probability calculations.
On this example, factorial(3)
gives you the factorial of 3 which is 6: