MySQL COS Function

MySQL COS function is one of the Numeric Functions which calculates the trigonometry cosine of the specified expression. The mathematical formula for this Cosine function is COS(x) = Length of the Adjacent Side / Length of the Hypotenuse. The basic syntax of the MySQL COS function is as shown below: SELECT COS (Numeric_Expression) FROM Source … Read more