Home » MySQL Math ATAN() Function

MySQL Math ATAN() Function

by Online Tutorials Library

MySQL ATAN() Function

The atan() is a Math function of MySQL. This function is used to get the arc tangent of the given number.

Syntax

Parameters:

Num: It is the number to get arc tangent.

Returns

This function returns the arc tangent of the given number.

Example 1

Output:

MySQL Math ATAN() Function

Example 2

Output:

MySQL Math ATAN() Function

Next TopicMySQL Math

You may also like