Mysql Acos Function
MySQL: ACOS Function
This tutorial explains how to use the MySQL ACOS function with syntax and examples.
Description
The MySQL ACOS function returns the arc cosine of a number.
Syntax
The syntax for the ACOS function in MySQL is:
Parameters or Arguments
- number
The number used to calculate the arc cosine.
Note
- The ACOS function will return NULL, if number is not within the range of -1 to 1.
Applies To
The ACOS function can be used in the following versions of MySQL:
- MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0, MySQL 4.1, MySQL 4.0, MySQL 3.23
Example
Let's look at some MySQL ACOS function examples and explore how to use the ACOS function in MySQL.
For example: