Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Function embassy_rp::rom_data::double_funcs::double_to_int

source ·
pub extern "C" fn double_to_int(v: f64) -> i32
Expand description

Converts an f64 to a signed integer, rounding towards -Infinity, and clamping the result to lie within the range -0x80000000 to 0x7FFFFFFF