ASIN
Description
Function that returns the arcsine in radians of the number sent as parameter (ASIN in Transact-SQL).
The arcsine is the inverse function of the sine , summarized in the next definition:
For : - Range: or - Domain:
Sample Source Pattern
Syntax
Arguments
expression
: Numeric float expression, where expression is in.
Return Type
Numeric float expression between and . If the numeric expression sent by parameter is not in , the database engine throws an error.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated