exact_real/
lib.rs

1//! Infinite-precision real number arithmetic in pure Rust.
2
3#![cfg_attr(not(feature = "std"), no_std)]