On this page
Function std::intrinsics::exact_div
pub unsafe extern "rust-intrinsic" fn exact_div<T>(x: T, y: T) -> T
where
T: Copy,
🔬This is a nightly-only experimental API. (
core_intrinsics
)
Performs an exact division, resulting in undefined behavior where x % y != 0
or y == 0
or x == T::MIN && y == -1
This intrinsic does not have a stable counterpart.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.exact_div.html