இந்தக் கட்டுப்பாட்டை மாற்றினால் இந்தப் பக்கம் தானாக மாற்றப்படும்

FACT

The FACT function returns the factorial of a number.

FACT(fact-num)

fact-num: A number value. fact-num must be greater than or equal to 0. Any decimal part is ignored.

Examples

=FACT(5) returns 120, or 1 * 2 * 3 * 4 * 5.

=FACT(0) returns 1.

=FACT(4.5) returns 24. The fraction is dropped and 4 factorial is computed.

=FACT(-1) returns an error; the number must be non-negative.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
உதவியாக இருந்ததா?
எழுத்தின் அளவு: 250
அதிகபட்ச எழுத்தின் அளவு: 250
உங்கள் கருத்திற்கு நன்றி.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.