1 2 3 4 5 6 7 8 9 10
use std::{ fmt::{Debug, Display}, ops::*, }; mod fp32; mod fp64; pub use self::{fp32::*, fp64::FP64};