Elementary.TanPi Method

Returns the tangent of an angle expressed in multiples of π.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double TanPi(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The tangent of x times π.

See Also