1
2
3
//! Infinite-precision real number arithmetic in pure Rust.

#![cfg_attr(not(feature = "std"), no_std)]