pub trait ExtendFloatingPointType {
// Required method
fn unrestricted(&self) -> Option<Unrestricted>;
}
Expand description
Extension methods for floating point types
pub trait ExtendFloatingPointType {
// Required method
fn unrestricted(&self) -> Option<Unrestricted>;
}
Extension methods for floating point types