embassy-rp

Crates

git

Versions

rp2040

Flavors

ufix64_to_double

Function ufix64_to_double 

Source
pub extern "C" fn ufix64_to_double(v: u64, n: i32) -> f64
Expand description

Converts an unsigned fixed point 64-bit integer representation to the nearest double value, rounding to even on tie. n specifies the position of the binary point in fixed point, so f = nearest(v/(2^n))