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

Constructs Float only if v is normal

Computes the square of the inner value of self and returns it as a PositiveFloat

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.