...


JMathLib
A Java Clone of Octave, SciLab, Freemat and Matlab.


acos

Type: External

Group: trigonometric

Syntax

angle = acos(value)

Description

Returns the arc cosine of value.

Examples

acos(1) = 0
acos(0) = 1.5707963267948966

See Also

cos, acosh, sin, asin, asinh

Last modified
SourceForge Logo