float_is_equal

Function float_is_equal 

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

Compare two floating point numbers

§Arguments

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

§Returns

bool true if a equals b, false otherwise