Search

Get Factorial

Last Updated: May 10, 2022

Articles

Use this function to calcuate factorial of the input number.

Syntax

Get Factorial (number)

Parameters

Input Parameter Name Description
number Integer value

Returns

Return Value Description
Factorial Returns the factorial of the input number

Sample

Get Factorial (4) * Returns 24.

To view all the Math functions, click here.

Did you find what you were looking for?