Remainder of division. \param x first operand \param y second operand \return remainder of floating point division. template typename enable ::type remainder(T x, U y) { return functions::remainder(x, y); }
source not stored for this graph (policy: none)