Contents Index ABS function [Numeric] ARGN function [Miscellaneous]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

ACOS function [Numeric]


Function 
Syntax 

ACOS ( numeric-expression )

Parameters 

numeric-expression    The cosine of the angle.

Standards and compatibility 
See also 

ASIN function [Numeric]

ATAN function [Numeric]

ATN2 function [Numeric]

COS function [Numeric]

Example 

The following statement returns the value 1998-06-12.

SELECT YMD( 1998, 06, 12 )

If the values are outside their normal range, the date will adjust accordingly. For example, the following statement returns the value 2000-03-01.

SELECT YMD( 1999, 15, 1 )
Example 

The following statement returns the value 1.023945.

SELECT ACOS( 0.52 )

Contents Index ABS function [Numeric] ARGN function [Miscellaneous]