Beispiel #1
0
bool ts::Utils::fequals(const ts::rational x, const ts::rational y)
{
    return ts_fequals(x, y) == 1;
}
Beispiel #2
0
bool ts::Utils::fequals(const float x, const float y)
{
    return ts_fequals(x, y) == 1;
}