Click or drag to resize

TrigTan(Double) Method

Trigonometric Tangent of an angle in radian, or opposite / adjacent.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Tan(
	double radian
)

Parameters

radian  Double
The angle in radian.

Return Value

Double
The tangent of the radian angle.
See Also