Big Float.Tan Pi Method
Computes the tangent of a value that has been multipled by pi.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The tangent of x multiplied-by pi.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat TanPi(
BigFloat x
)
Parameters
- x BigFloat
- The value, in half-revolutions, that is multipled by pi before computing its tangent.
Return Value
BigFloatThe tangent of x multiplied-by pi.