//! Precision model: `Exact`, `FixedDigits`, etc.
//!
//! `PrecisionModel` is the abstract precision specification that
//! `Padic` and other bounded-precision types carry. The
//! `EqualityMode::Exact` (see `src/verify/equality.rs`) compares
//! values up to the active precision cutoff.
//!