Quad.Tan Method

Returns the tangent of the specified angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Quad Tan(
	Quad angle
)

Parameters

angle  Quad
An angle, measured in radians.

Return Value

Quad
The tangent of angle. If angle is equal to System.Double.NaN, System.Double.NegativeInfinity, or System.Double.PositiveInfinity, this method returns System.Double.NaN.

See Also