Quad.AtanPi Method

Returns the angle whose tangent is the specified number as multiples of π.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad AtanPi(
	Quad value
)

Parameters

value  Quad
A number representing a tangent.

Return Value

Quad
An angle, θ, measured in multiples of π, such that -1/2 ≤ θ ≤ 1/2. -or- NaN if value equals NaN, -1/2 if value equals NegativeInfinity, or 1/2 if value equals PositiveInfinity.

Implements

ITrigonometricFunctions<TSelf>.AtanPi(TSelf)

See Also