Skip to content

A Java program that uses multi-threading to compute large integer factorials.

License

Notifications You must be signed in to change notification settings

SaurSum8/Big-Factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Big-Factorial

A Java program that uses multi-threading to compute large integer factorials.

There is no approximation and the output value is accurate.

It utilizes BigInteger, which requires the import of java.math.BigInteger

Only non-negative integers (BigInteger) should be given as inputs.

Program will break and enter infinite loop if negative number is inputted.

Program will return the value in BigInteger data type.

Factorial_Initialize class is just to give an example on how to use the BigFactorial class.

About

A Java program that uses multi-threading to compute large integer factorials.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages