Skip to content

Kaspiper/RationalNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RationalNumber

Represents a Rational Numbers in mathematics

Repository also contains a math parser built for RationalNumber, which also serves as a test fixture

"In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator p and a non-zero denominator q." (Wikipedia)

RationalNumber is built using java.math BigInteger, which stores and perform calculations with large and arbitrarily precise numbers.

About

Represents a Rational Number in mathematics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages