malachite-float 0.9.1

The arbitrary-precision floating-point type Float, with efficient algorithms partially derived from MPFR.
Documentation
// Copyright © 2026 Mikhail Hogrefe
//
// This file is part of Malachite.
//
// Malachite is free software: you can redistribute it and/or modify it under the terms of the GNU
// Lesser General Public License (LGPL) as published by the Free Software Foundation; either version
// 3 of the License, or (at your option) any later version. See <https://www.gnu.org/licenses/>.

pub mod lemniscate_constant;
pub mod ln_2;
pub mod log_2_e;
pub mod one_over_pi;
pub mod one_over_sqrt_pi;
pub mod one_over_sqrt_tau;
pub mod pi;
pub mod pi_over_3;
pub mod prime_constant;
pub mod prouhet_thue_morse_constant;
pub mod sqrt_2;
pub mod sqrt_2_over_2;
pub mod sqrt_3;
pub mod sqrt_3_over_3;
pub mod sqrt_pi;