ACOS function [Numeric]

Function

Returns the arc-cosine, in radians, of a numeric expression.

Syntax

ACOSnumeric-expression )

Parameters

numeric-expression The cosine of the angle.

Example

The following statement returns the value 1.023945:

SELECT ACOS( 0.52 ) FROM iq_dummy

Standards and compatibility

See also

“ASIN function [Numeric]”

“ATAN function [Numeric]”

“ATAN2 function [Numeric]”

“COS function [Numeric]”