ACOS

f = ACOS (x)

Inverse cosine of x.

Example

a = cos(pi)
print acos(a)       ' Output: 3.14159265358979  
Code samples using ACOS