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 @param a First number to compare @param b Second number to compare
@return bool true if a equals b, false otherwise