Java.Lang.StrictMath.Tan Method
Returns the closest double approximation of the tangent of the argument.

Syntax

[Android.Runtime.Register("tan", "(D)D", "")]
public static double Tan (double d)

Parameters

d
the angle whose tangent has to be computed, in radians.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the closest double approximation of the tangent of the argument.

Special cases:

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