pub unsafe extern "C" fn float_is_equal(a: f32, b: f32) -> bool
Expand 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