Function rustix::process::floating_point_mode

source ·
pub fn floating_point_mode() -> Result<FloatingPointMode>
Available on crate feature process only.
Expand description

Get the current floating point mode.

§References