atan2() FunctionThe atan2() is a Math function of Oracle. This function is used to get the arc tangent of given n and m number. SyntaxParametersnum: It is the number to get the arc tangent. ReturnThis function returns the arc tangent of given n and m number. Example 1Example 2Next TopicOracle Math |