AdamWhiteHat / BigRational

Arbitrary precision rational number class
MIT License
24 stars 2 forks source link

Add a "Parse" function, similar to BigInteger. #2

Closed c272 closed 5 years ago

c272 commented 5 years ago

This PR adds a "Parse" function which takes an improper fraction as a string and returns a BigRational value by parsing the numerator and denominator.