Function fequal2

Check that two float numbers differ in less than 0.01

bool fequal2 (
  float a,
  float b
) nothrow @safe;