pub unsafe extern "C" fn float_is_equal(a: f32, b: f32) -> bool
Expand description

Compare two floating point numbers

Returns:

  • bool true if a equals b, false otherwise

Arguments

  • a - First number to compare
  • b - Second number to compare