Java.Lang.StrictMath.Sinh Method
Returns the closest double approximation of the hyperbolic sine of the argument.

Syntax

[Android.Runtime.Register("sinh", "(D)D", "")]
public static double Sinh (double d)

Parameters

d
the value whose hyperbolic sine has to be computed.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the closest double approximation of the hyperbolic sine of the argument.

Special cases:

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