//! Multiple flavors of fixed-point numbers.
//!//! This module implements fixed-point numbers with [`FixedContext`].
//! The associated storage type is [`Fixed`].
modnumber;modops;modround;pubusenumber::{Exceptions, Fixed};pubuseround::{FixedContext, Overflow};