Difference between revisions of "Documentation/How Tos/Calc: FACT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(See also:)
Line 23: Line 23:
  
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 +
 +
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 07:22, 13 September 2008


FACT

Returns the factorial of a number.

Syntax:

FACT(number)

Returns number!, the factorial of number, calculated as 1*2*3*4* ... * number.
FACT(0) returns 1 by definition.

Example:

FACT(3)

returns 6.

FACT(0)

returns 1.

See also:

FACTDOUBLE, MULTINOMIAL, PRODUCT

Mathematical functions

Functions listed alphabetically, Functions listed by category

Personal tools