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( | ||
Parameters |
| ||
Related |
sin acos atan |
Cover
Reference
Tutorials
Bugs