pub unsafe extern "C" fn float_is_equal(a: f32, b: f32) -> bool
Compare two floating point numbers
a
b
bool true if a equals b, false otherwise