cmpute / dashu

A library set of arbitrary precision numbers implemented in Rust.
Apache License 2.0
74 stars 9 forks source link

RBig.is_integer would be very useful #34

Closed triska closed 10 months ago

triska commented 11 months ago

Please see https://github.com/mthom/scryer-prolog/issues/1982#issuecomment-1698106708 for the discussion.

Thank you a lot!

cmpute commented 11 months ago

I will add it in the next release (v0.4), you can use self.denominator().is_one() for now.

cmpute commented 10 months ago

v0.4 released.