Function flipperzero_sys::float_is_equal
source · pub unsafe extern "C" fn float_is_equal(a: f32, b: f32) -> boolExpand description
Compare two floating point numbers
Returns:
- bool true if a equals b, false otherwise
Arguments
a- First number to compareb- Second number to compare