Skip to main content

Description

Returns the arc sine of a number.

Syntax

ASIN(numeric_expression)

Examples

ASIN(1) returns π/2.

Return value datatype

Double

Impact of null value

If input is null, returns null.
Last modified on April 20, 2026