Function rustix::process::set_floating_point_exception_mode

source ·
pub fn set_floating_point_exception_mode(
    config: Option<FloatingPointExceptionMode>,
) -> Result<()>
Available on crate feature process only.
Expand description

Set floating point exception mode.

§References