v0.4.14
Added multiplication and squaring for Float
s. Implementations for multiplying a Float
by a Rational
were also added, but the implementations are naive; to use the same technique as MPFR we need Float
division, which Malachite can't do yet. But that's what I'll be working on next!