tompazourek/Rationals

Example number doesn't parse

Closed this issue · 1 comments

The very example provided on the front page doesn't parse with this library:

var p2 = Rational.Parse("1 2/5"); // 7/5

Resolved via #51. Seems there was a bug for a long time, and the behavior didn't match the documentation. Thank you for your help.