Futurebasic/Language/Reference/asin

From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Jump to: navigation, search

Contents

[edit] Asin

[edit] Function

✔ Appearance ✔ Standard ✔ Console

[edit] Syntax

radianAngle# = asin( expr )

[edit] Description

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.

[edit] Notes

No special notes.

[edit] See Also

sin; cos; tan; atn; acos

Language Reference

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export