Take sign. \param x value to change sign for \param y value to take sign from \return value equal to \a x in magnitude and to \a y in sign template typename enable ::type copysign(T x, U y) { return functions::copysign(x, y); }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected