- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 2,315 for host:doc.rust-lang.org (0.04 seconds)
-
EGAMMA in std::f64::consts - Rust
The Euler-Mascheroni constant (γ)doc.rust-lang.org/std/f64/consts/constant.EGAMMA.htmlThu Feb 12 20:19:34 GMT 2026 3.6K bytes -
catch_unwind in std::intrinsics - Rust
Rust’s “try catch” construct for unwinding. Invokes the function pointer `try_fn` with the data pointer `data`, and calls `catch_fn` if unwinding occurs while `try_fn` runs. Returns `1` if unwinding occurred and `catch_fn` was called; returns `0` otherwise.doc.rust-lang.org/std/intrinsics/fn.catch_unwind.htmlThu Mar 05 18:36:23 GMT 2026 5.3K bytes -
carrying_mul_add in std::intrinsics - Rust
Performs full-width multiplication and addition with a carry: `multiplier * multiplicand + addend + carry`.doc.rust-lang.org/std/intrinsics/fn.carrying_mul_add.htmlThu Mar 05 18:36:23 GMT 2026 4.4K bytes -
const_eval_select in std::intrinsics - Rust
Selects which function to call depending on the context.doc.rust-lang.org/std/intrinsics/fn.const_eval_select.htmlThu Mar 05 18:36:23 GMT 2026 7.4K bytes -
fmaf128 in std::intrinsics - Rust
Returns `a * b + c` for `f128` values.doc.rust-lang.org/std/intrinsics/fn.fmaf128.htmlThu Mar 05 18:36:23 GMT 2026 3.8K bytes -
expf32 in std::intrinsics - Rust
Returns the exponential of an `f32`.doc.rust-lang.org/std/intrinsics/fn.expf32.htmlThu Mar 05 18:36:23 GMT 2026 3.6K bytes -
exp2f16 in std::intrinsics - Rust
Returns 2 raised to the power of an `f16`.doc.rust-lang.org/std/intrinsics/fn.exp2f16.htmlThu Mar 05 18:36:23 GMT 2026 3.6K bytes -
fdiv_fast in std::intrinsics - Rust
Float division that allows optimizations based on algebraic rules. Requires that inputs and output of the operation are finite, causing UB otherwise.doc.rust-lang.org/std/intrinsics/fn.fdiv_fast.htmlThu Mar 05 18:36:23 GMT 2026 3.8K bytes -
fmuladdf16 in std::intrinsics - Rust
Returns `a * b + c` for `f16` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.doc.rust-lang.org/std/intrinsics/fn.fmuladdf16.htmlThu Mar 05 18:36:23 GMT 2026 4.2K bytes -
fsub_fast in std::intrinsics - Rust
Float subtraction that allows optimizations based on algebraic rules. Requires that inputs and output of the operation are finite, causing UB otherwise.doc.rust-lang.org/std/intrinsics/fn.fsub_fast.htmlThu Mar 05 18:36:23 GMT 2026 3.8K bytes