< Futurebasic < Language < Reference
Acos
Function
✔ Appearance ✔ Standard ✔ Console
Syntax
radianAngle# = ACOS (expr)
Description
Returns the arccosine of expr
in radians. In other words, if expr
represents the cosine of some angle, then ACOS(expr)
returns the angle. The returned angle will be in the range of 0 to π radians (which corresponds to 0 to 180 degrees). ACOS
always returns a double-precision result.
Notes
No special notes.
See Also
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.