89
MySQL ACOS() Function
The acos() is a Math function of MySQL. This function is used to get the arc cosine of the given number.
Syntax
Parameters:
num: It is the number to get the arc cosine.
Returns
This function returns the arc cosine of a number.
Example 1
Output:
Example 2
Output:
Example 3
Output:
Example 4
Output:
Next TopicMySQL Math