TRUECALC
Functions

ASIN

Arcsine in radians

Try it

When to use it

When should I use ASIN?

Use ASIN to find the angle (in radians) whose sine equals a given value; input must be between -1 and 1.

Used in

science · engineering

Syntax

ASIN(number)

Examples

=ASIN(0) // => 0
=ASIN(1) // => 1.5707963267948966
=ASIN(-1) // => -1.5707963267948966

On this page