Struct rust_examples::rsqrt::Float  [−][src]
pub struct Float(_);Expand description
Type that represents normal f32 numbers. This excludes numbers that are
- NaN
 - Infinite
 - Zero
 - Subnormal
 
Implementations
Computes the square of the inner value of self and returns it as a PositiveFloat
