Index
Math

acos

acos(-1) ->PiValue

Description

Calculates the arccosine of the input, returns the result in radians.

Examples

trace(acos(-1)) #prints PI

Index