Function Fact()

Fact()

This function returns the factorial of a number


Syntax:

= Fact (Number)

Number = The number for which the factorial is required


Example:
  • = Fact (0) - result will be - 1
  • = Fact (1) - result will be - 1
  • = Fact (2) - result will be - 2
  • = Fact (3) - result will be - 6
  • = Fact (4) - result will be - 24
  • = Fact (5) - result will be - 120
Share on Google Plus

About Dhakkanz

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Saturday, June 13, 2009

Function Fact()

Fact()

This function returns the factorial of a number


Syntax:

= Fact (Number)

Number = The number for which the factorial is required


Example:
  • = Fact (0) - result will be - 1
  • = Fact (1) - result will be - 1
  • = Fact (2) - result will be - 2
  • = Fact (3) - result will be - 6
  • = Fact (4) - result will be - 24
  • = Fact (5) - result will be - 120

Function Fact()SocialTwist Tell-a-Friend

0 comments:

Post a Comment