Closed elbaro closed 6 years ago
Is it possible to get a fractional form from Rational? for example
Rational
let (numerator, denominator) = rational.fraction()
Done! Check it: https://docs.rs/ramp/0.4.0/ramp/rational/struct.Rational.html#method.into_parts
I'm sorry for not getting to this sooner.
Is it possible to get a fractional form from
Rational
? for example