Home » MySQL Math ACOS() Function

MySQL Math ACOS() Function

by Online Tutorials Library

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:

MySQL Math ACOS() Function

Example 2

Output:

MySQL Math ACOS() Function

Example 3

Output:

MySQL Math ACOS() Function

Example 4

Output:

MySQL Math ACOS() Function

Next TopicMySQL Math

You may also like