Home » MySQL Math TAN() Function

MySQL Math TAN() Function

by Online Tutorials Library

MySQL TAN() Function

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

Syntax

Parameter:

number: It is the value for getting tangent.

Returns:

This function returns the tangent of a number.

Example 1

Output:

MySQL Math TAN() Function

Example 2

Output:

MySQL Math TAN() Function

Next TopicMySQL Math

You may also like