Docs.rs
std3-0.1.22
std3 0.1.22
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AtomicGamer9523
Dependencies
lazy_static ^1.4.0
normal
spin ^0.9.4
normal
uart_16550 ^0.2.18
normal
volatile ^0.4.5
normal
x86_64 ^0.14.10
normal
Versions
33.33%
of the crate is documented
Platform
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
☰
Module consts
Constants
?
Module
std3
::
f32
::
consts
1.0.0
·
source
·
[
−
]
Expand description
Basic mathematical constants.
Constants
E
Euler’s number (e)
FRAC_1_PI
1/π
FRAC_1_SQRT_2
1/sqrt(2)
FRAC_2_PI
2/π
FRAC_2_SQRT_PI
2/sqrt(π)
FRAC_PI_2
π/2
FRAC_PI_3
π/3
FRAC_PI_4
π/4
FRAC_PI_6
π/6
FRAC_PI_8
π/8
LN_2
ln(2)
LN_10
ln(10)
LOG2_10
log
2
(10)
LOG2_E
log
2
(e)
LOG10_2
log
10
(2)
LOG10_E
log
10
(e)
PI
Archimedes’ constant (π)
SQRT_2
sqrt(2)
TAU
The full circle constant (τ)