Search

Factorial

Last Updated: Dec 2, 2020

Articles

Use this function to calcuate the factorial of the input number.

Syntax

Factorial (number)

Parameters

Input Parameter Name Description
number Integer value

Returns

Return Value Description
Factorial Returns the factorial of the input number

Sample

  1. Factorial (2)=> 2
  2. Factorial (4)=> 24

To view all the Math functions, click here.

Did you find what you were looking for?