MySQL TAN Function

MySQL TAN function is one of the Numeric Functions useful for calculating the trigonometric Tangent of the specified expression. The mathematical formula for this tangent function equals the Length of the Opposite Side / Length of the Adjacent Side. The basic syntax of the MySQL TAN Function is as shown below: SELECT TAN (Numeric_Expression) FROM Source … Read more