<< exponential_prob Probas Stats frequency_rand_int >>

Scilab Scholar module for schools >> Probas Stats > factorial

factorial

factorial

m = factorial(n)

Arguments

n

positive integer or zero

m

positive integer

Description

factorial(n) returns the factorial of n with n a positive integer or zero.

Examples

factorial(5)
factorielle(0)
<< exponential_prob Probas Stats frequency_rand_int >>