Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
factorial
The factorial function
Calling Sequence
f = factorial ( n )
Parameters
- n :
a matrix of doubles. Must contain positive integers.
- f :
a matrix of doubles.
Description
Returns the factorial of n, that is, the product of all integers 1 * 2 * ... * n.
This function overflows as soon as n>170.
Examples
Bibliography
Introduction to discrete probabilities, Michael Baudin
Report an issue | ||
<< factor | Discrete mathematics | gcd >> |