Docs.rs
batbox-num-0.16.0
batbox-num 0.16.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kuviman
Dependencies
rand ^0.8
normal
serde ^1
normal
bincode ^1
dev
ron ^0.8
dev
getrandom ^0.2
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
R32
batbox_
num
0.16.0
R32
Aliased Type
In crate batbox_
num
batbox_num
Type Alias
R32
Copy item path
Source
pub type R32 =
RealImpl
<
f32
>;
Expand description
Like
f32
but panics on NaN/Inf
Aliased Type
ยง
pub struct R32(
/* private fields */
);