====== acos ====== ===== Description ===== Calculate the [[wp>arccosine]] of a cosine value. ===== Function prototype ===== double acos ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | value | double | A cosine value, the arccosine of which is to be calculated. | ===== Return value ===== The arccosine of the cosine value, as a double-precision angle, in radians. ===== Example ===== echo > // acos of 0.5 should be 60 degrees ... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as: 60 ===== Comments ===== None. ===== See also ===== * [[plugins:general:zeoscript:reference:functions:sin]] * [[plugins:general:zeoscript:reference:functions:cos]] * [[plugins:general:zeoscript:reference:functions:tan]] * [[plugins:general:zeoscript:reference:functions:asin]] * [[plugins:general:zeoscript:reference:functions:atan]] * [[plugins:general:zeoscript:reference:functions:DegToRad]] * [[plugins:general:zeoscript:reference:functions:RadToDeg]]