Menu

FACT

Description

Returns the factorial of a number. The factorial of a number is equal to 1*2*3*...* number.

Examples

FACT(-6) = NAN

FACT(20) = 2.4329020081766E+18

FACT(NAN) = NAN

FACT(INF) = INF

FACT(-INF) = INF

On this page