Home » MySQL Math ATAN2() Function

MySQL Math ATAN2() Function

by Online Tutorials Library

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:

MySQL Math ATAN2() Function

Example 2

Output:

MySQL Math ATAN2() Function

Next TopicMySQL Math

You may also like