devxlogo

December 3, 2019

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