ASIN

Calculates the arc sine of a number

ASIN(number, radians)

Returns the arc sine of a number. Default produces result in radians.

Arguments

Argument

Description

number

Number to take arc sine of.

radians

True to produce output in radians (default), false to produce output in degrees.

Output

The arc sine of a number.

Example

Last updated