Docs.rs
fast_inv_sqrt-1.0.1
fast_inv_sqrt 1.0.1
Permalink
Docs.rs crate page
WTFPL
OR
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
emkw
Dependencies
more-asserts ~0.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fast_
inv_
sqrt
1.0.1
All Items
Crate Items
Traits
Crate
fast_inv_sqrt
Copy item path
Source
Expand description
Famous “Fast inverse square root” algorithm implementation along with obligatory original comments.
Traits
§
InvSqrt32
A trait that allows calculation of inverse square root into a Float(32).
InvSqrt64
A trait that allows calculation of inverse square root into a Float(64).