pub trait AsF32 { type F32; // Required method fn f32(&self) -> Self::F32; }
Adjust the precision down to f32 regardless of compilation.
f32
The f32 version of a math construct.
Returns the f32 version of this type.