78
MySQL COS() Function
The cos() is a Math function of MySQL. This function is used to get the cosine of the given number.
Syntax
Parameters:
Num: It is the number to get cosine value.
Returns
This function returns the cosine of the given number.
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL Math