Java.Lang.Math.Acos Method
Returns the closest double approximation of the arc cosine of the argument within the range [0..pi].

Syntax

[Android.Runtime.Register("acos", "(D)D", "")]
public static double Acos (double d)

Parameters

d
the value to compute arc cosine of.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the closest double approximation of the arc cosine of the argument within the range [0..pi]. The returned result is within 1 ulp (unit in the last place) of the real result.

Special cases:

  • acos((anything > 1) = NaN
  • acos((anything
  • acos(NaN) = NaN

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1