Link Search Menu Expand Document

ASIN

Calculates the arc sinus. ASIN returns NULL if <val> is higher than 1.

Syntax

ASIN(<val>)
Parameter Description
<val> Valid values include column names, functions that return a column with numeric values, and constant numeric values.

Example

SELECT
    ASIN(1.0);

Returns: 1.5707963267948966