Module rust_examples::rsqrt [−][src]
Expand description
Example of Fast inverse square root.
Structs
Thin wrapper around f32 with additional semantics that the values can only be positive floats and excluding infinity and nan.
Traits
This trait is a typeclass for all vectors that are normalized via a fast (approximate) inverse square root
Functions
Approximates the inverse square root of given number.
