Name

asin

Examples
a = PI/3
s = sin(a)
as = asin(s)
Description The inverse of sin(), returns the arc sine of a value. This function expects the values in the range of -1 to 1 and values are returned in the range -PI/2 to PI/2.
Syntax
asin(value)
Parameters
valuefloat: the value whose arc sine is to be returned
Related sin
acos
atan
Creative Commons License