Arc tangent function. \param x first argument \param y second argument \return arc tangent value template typename enable ::type atan2(T x, U y) { return functions::atan2(x, y); }
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected