public static native double acos (double a)

Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi. Special case:

Parameters:
a    the value whose arc cosine is to be returned.

Returns:  the arc cosine of the argument.