Check if unordered. \param x first operand \param y second operand \retval true if unordered (one or two NaN operands) \retval false else template typename enable ::type isunordered(T x, U y) { return functions::isunordered(x, y); }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected