ARSIN Function

Returns the arcsine in radians.

Category: Trigonometric
Alias: ASIN
Returned data type: DOUBLE

Syntax

ARSIN(expression)

Arguments

expression

specifies any valid SQL expression that evaluates to a numeric value.

Range –1 to 1
Data type DOUBLE
See <sql-expression>
FedSQL Expressions

Example

The following statements illustrate the ARSIN function:
Statements
Results
select arsin(0);
0
select arsin(1);
1.570796
select arsin(-0.5);
-0.5236
Last updated: February 23, 2017