Expose `mpfr_remquo` and `mpfr_frexp` on `Float`
The `libm` functions not exposed in Rug are: - `remquo` - `frexp` - `scalbn` / `ldexp` - `ilogb` MPFR does provide a few of these as `mpfr_remquo` and `mpfr_frexp`. Would it be possible to provide these on `rug::Float`?
issue
Advertisement
Advertisement