You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a type to handle rational numbers with exact precision (Decimal is not enough because it's tailored towards financial and engineering purposes).
We need a type to handle rational numbers with exact precision (
Decimalis not enough because it's tailored towards financial and engineering purposes).It would be useful to fix the issue #22 .
In order to implement
BigRational, we'll also need aBigIntegertype (#28).