ACOS
Description
Function that returns the arccosine in radians of the number sent as a parameter (ACOS in Transact-SQL).
Mathematically, the arccosine is the inverse function of the cosine, resulting in the following definition:
For : - Range: or - Domain:
Sample Source Pattern
Syntax
Arguments
expression
: Numeric float expression, where expression is in.
Return Type
Numeric float expression between 0 and π. If the numeric expression sent by parameter is out of the domain , the database engine throws an error.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated