fact() Function

The factorial of specified number. Returns a decimal even though the factorial is an integer.

Syntax

fact( number )

number: (Integer) A number between 0 and 170, the factorial of which will be returned.

Returns

Decimal

Examples

fact(6) returns 720

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK