Difference between revisions of "FR/Documentation/Calc: fonction FACT"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == FACT == Renvoie la factorielle d'un nombre. === Syntaxe : === <tt>'''FACT(nombre)'''</tt> : renvoie <tt>'''nombre!'''</tt>, la factorielle de <tt>'''nombre'''</tt>, calcul...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
'''[[Documentation/FR/Calc:_fonction_FACTDOUBLE|FACTDOUBLE]]''',
 
'''[[Documentation/FR/Calc:_fonction_FACTDOUBLE|FACTDOUBLE]]''',
 
'''[[Documentation/FR/Calc:_fonction_MULTINOMIALE|MULTINOMIALE]]''',
 
'''[[Documentation/FR/Calc:_fonction_MULTINOMIALE|MULTINOMIALE]]''',
'''[[Documentation/FR/Calc:_fonciton_PRODUIT|PRODUIT]]'''
+
'''[[Documentation/FR/Calc:_fonction_PRODUIT|PRODUIT]]'''
  
 
'''[[Documentation/FR/Calc:_Fonctions_mathématiques|Fonctions mathématiques]]'''
 
'''[[Documentation/FR/Calc:_Fonctions_mathématiques|Fonctions mathématiques]]'''
 +
 +
{{PDL1}}
 +
[[Category: Calc/Fonctions/FR|FACT]]

Latest revision as of 16:35, 30 May 2009


FACT

Renvoie la factorielle d'un nombre.

Syntaxe :

FACT(nombre)

renvoie nombre!, la factorielle de nombre, calculé comme 1*2*3*4* ... * nombre.
FACT(0) renvoie 1 par définition.

Exemple :

FACT(3)

renvoie 6.

FACT(0)

renvoie 1.

Voir également :

FACTDOUBLE, MULTINOMIALE, PRODUIT

Fonctions mathématiques

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools