Quad.Tan Pi Method
Returns the tangent of the specified angle in multiples of π.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The sine of angle. If angle is equal to System.Double.NaN, System.Double.NegativeInfinity, or System.Double.PositiveInfinity, this method returns System.Double.NaN.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad TanPi(
Quad angle
)
Parameters
- angle Quad
- An angle, measured in radians.
Return Value
QuadThe sine of angle. If angle is equal to System.Double.NaN, System.Double.NegativeInfinity, or System.Double.PositiveInfinity, this method returns System.Double.NaN.