Skip to content

seansteppie/LargeFactorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Large Factorials

Calculate the factorial for a given n which may produce a large result.

Compile & run the main method:

Enter n: 26
26! = 403291461126605635584000000

Or by calling the Factorial method:

String result = Factorial( 26 );

About

Calculate the factorial of integer n which may produce a large result

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages