77
MySQL ATAN2() Function
The atan2() is a Math function of MySQL. This function is used to get the arc tangent of the given number n and m.
Syntax
Parameters:
N, m: two numbers to get arc tangent.
Returns
This function returns the arc tangent of the given number n and m.
Example 1
Output:
Example 2
Output:
Next TopicMySQL Math