_fpequal_cs
#define CHECK_FPEQUAL(x, y) _fpequal_cs(CHECK, x, y, true)
#define REQUIRE_FPEQUAL(x, y) _fpequal_cs(REQUIRE, x, y, true)