Java.Lang.Math.Cosh Method
Returns the closest double approximation of the hyperbolic cosine of the argument.

Syntax

[Android.Runtime.Register("cosh", "(D)D", "")]
public static double Cosh (double d)

Parameters

d
the value whose hyperbolic cosine has to be computed.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the closest double approximation of the hyperbolic cosine of the argument. The returned result is within 2.5 ulps (units in the last place) of the real result.

Special cases:

  • cosh(+infinity) = +infinity
  • cosh(-infinity) = +infinity
  • cosh(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