Function fequal6

Check that two float numbers are equal in first 6 signs after point

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