ASIN

Purpose

This function returns the arcsine of numbers n. The result is between -π/2 and π/2.

Syntax

asin::=

ASIN

Usage Notes

Number n must be in the interval [-1;1].

Example

SELECT ASIN(1);