#![forbid(unsafe_code)]#![deny(missing_docs)]#![allow(deprecated)]//! The `numbers/f32` domain: single-precision floating-point literals and
//! values, their scalar arithmetic, and promotion into `f64`.
modimplementation;modliteral;modops;pubuseimplementation::{F32NumberDomain, F32NumbersLib, number_domain};#[cfg(test)]modtests;