devxlogo

Finding the TAN of a Given Number

Finding the TAN of a Given Number

MySQL provides numerous mathematical calculations that can be computed with inbuilt functions.

In order to find the TAN of a number, we can use the following:

Query:

SELECT TAN(400);

Sample Output:

+---------------------+| TAN                 |+---------------------+| 1.6198844291169272  |+---------------------+

On similar lines, you can also check SINE and COS functions as well.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist