Docs.rs
ganesh-0.15.1
ganesh 0.15.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
denehoffman
Dependencies
ctrlc ^3.4.5
normal
dyn-clone ^1.0.17
normal
fastrand ^2.2.0
normal
fastrand-contrib ^0.1.0
normal
lazy_static ^1.5.0
normal
nalgebra ^0.33.0
normal
parking_lot ^0.12.3
normal
rustfft ^6.2.0
normal
serde ^1.0.214
normal
serde-pickle ^1.2.0
normal
approx ^0.5.1
dev
codspeed-criterion-compat ^2.7.2
dev
Versions
100%
of the crate is documented
Go to latest version
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ganesh
0.15.1
ganesh
Type Alias
Float
Copy item path
Source
pub type Float =
f64
;
Expand description
A floating-point number type (defaults to
f64
, see
f32
feature).