Quad.Atan 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.3
C#
An angle, θ, measured in radians, such that -π/2 ≤ θ ≤ π/2. -or- NaN if value equals NaN, -π/2 rounded to Quad precision (-1.5707963267949) if value equals NegativeInfinity, or π/2 rounded to Quad precision (1.5707963267949) if value equals PositiveInfinity.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Atan(
Quad value
)
Parameters
- value Quad
- A number representing a tangent.
Return Value
QuadAn angle, θ, measured in radians, such that -π/2 ≤ θ ≤ π/2. -or- NaN if value equals NaN, -π/2 rounded to Quad precision (-1.5707963267949) if value equals NegativeInfinity, or π/2 rounded to Quad precision (1.5707963267949) if value equals PositiveInfinity.