Difference between revisions of "NL/Documentation/How Tos/Calc: functie FACULTEIT"
From Apache OpenOffice Wiki
< NL | Documentation | How Tos
(New page: __NOTOC__ == FACULTEIT == Geeft de faculteit van een getal terug. === Syntaxis: === <tt>'''FACULTEIT(getal)'''</tt> : Geeft <tt>'''getal!'''</tt> terug, de faculteit van <tt>'''getal'''...) |
m (→Zie ook:) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 17: | Line 17: | ||
: geeft <tt>'''1'''</tt> terug. | : geeft <tt>'''1'''</tt> terug. | ||
| − | + | {{NL/Documentation/ZieOok| | |
| − | + | * [[NL/Documentation/How_Tos/Calc: functie DUBBELE.FACULTEIT|DUBBELE.FACULTEIT]] | |
| − | + | * [[NL/Documentation/How_Tos/Calc: functie MULTINOMIAAL|MULTINOMIAAL]] | |
| − | + | * [[NL/Documentation/How_Tos/Calc: functie PRODUCT|PRODUCT]] | |
| − | + | * [[NL/Documentation/How_Tos/Calc: Wiskundige functies|Wiskundige functies]] | |
| − | [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies - alfabetisch gesorteerd''']] |
| − | [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies - gesorteerd per categorie''']]}} |
| + | [[Category: NL/Documentation/Reference/Calc]] | ||
Latest revision as of 16:00, 26 January 2024
FACULTEIT
Geeft de faculteit van een getal terug.
Syntaxis:
FACULTEIT(getal)
- Geeft getal! terug, de faculteit van getal, berekend als 1*2*3*4* ... * getal.
- FACULTEIT(0) geeft per definitie 1 terug.
Voorbeeld:
FACULTEIT(3)
- geeft 6 terug.
FACULTEIT(0)
- geeft 1 terug.
Zie ook