return the arccosine of the parameter
genType acos(genType x)x : Specify the value whose arccosine to return.atan returns the angle whose trigonometric cosine is x. The range of values returned by acos is [0,π]. The result is undefined if |x|>1.