Crate rustc_const_math [] [src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Rusty Mathematics

Note

This API is completely unstable and subject to change.

Structs

ConstFloat [
Experimental
]

Enums

ConstMathErr [
Experimental
]
Op [
Experimental
]

Constants

MAX_F32_PLUS_HALF_ULP [
Experimental
]

This is f32::MAX + (0.5 ULP) as an integer. Numbers greater or equal to this are rounded to infinity when converted to f32.