Minimum of half expressions. \param x first operand \param y second operand \return minimum of operands template typename result ::type fmin(T x, U y) { return binary_specialized ::fmin(x, y); }
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected