TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
double MathArccos ( double  x)

Returns the arccosine of x within the range 0 to π in radians

Parameters
xThe val value between -1 and 1, the arc cosine of which is to be calculated
Returns
Arc cosine of a number in radians. If val is less than -1 or more than 1, the function returns NaN (indeterminate value)