MySQL COS() FunctionThe cos() is a Math function of MySQL. This function is used to get the cosine of the given number. SyntaxParameters:Num: It is the number to get cosine value. ReturnsThis function returns the cosine of the given number. Example 1Output: ![]() Example 2Output: ![]() Example 3Output: ![]()
Next TopicMySQL Math
|