pub trait AsF32 {
type F32;
// Required method
fn f32(&self) -> Self::F32;
}Expand description
Adjust the precision down to f32 regardless of compilation.
pub trait AsF32 {
type F32;
// Required method
fn f32(&self) -> Self::F32;
}Adjust the precision down to f32 regardless of compilation.