Futurebasic/Language/Reference/asin
Appearance
(Redirected from Futurebasic/language/reference/asin)
Asin
[edit | edit source]Function
[edit | edit source]✔ Appearance ✔ Standard ✔ Console
Syntax
[edit | edit source]radianAngle# = asin( expr )
Description
[edit | edit source]Returns the arcsine of expr
in radians. In other words, if expr
represents the sine of some angle, then asin
(
expr
)
returns the angle. The returned angle will be in the range of -π/2 to +π/2 radians (which corresponds to -90 to +90 degrees). asin
always returns a double-precision result.
Notes
[edit | edit source]No special notes.