suivant: Binomial coefficients : binomial
monter: Combinatory analysis
précédent: Combinatory analysis
Table des matières
Index
Factorial : factorial !
factorial (prefix) or ! (postfix)
takes as argument an integer n.
factorial(n) or n! returns n!.
Input :
factorial(10)
or
10!
Output :
3628800
giac documentation written by Renée De Graeve and Bernard Parisse