asin(value)¶
Definition¶
Double asin(Number value)
Description¶
Returns a Double that is the arc sine of a value; the returned angle is expressed in radians in the range of -pi/2 to pi/2.
Parameter Definition¶
Name | Type | Description |
---|---|---|
value | Number | Input value |