Skip to content

v0.4.14

Compare
Choose a tag to compare
@mhogrefe mhogrefe released this 22 Jun 04:21
· 103 commits to master since this release

Added multiplication and squaring for Floats. 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!