MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isunordered

Method isunordered

extern/half/include/half.hpp:1969–1969  ·  view source on GitHub ↗

Comparison implementation. \param x first operand \param y second operand \retval true if operand unordered \retval false else

Source from the content-addressed store, hash-verified

1967 /// \retval true if operand unordered
1968 /// \retval false else
1969 static bool isunordered(half x, half y) { return isnan(x) || isnan(y); }
1970
1971 private:
1972 static double erf(double arg)

Callers

nothing calls this directly

Calls 1

isnanFunction · 0.70

Tested by

no test coverage detected