Big Float.Cos Pi Method
Computes the cosine 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 cosine of x multiplied-by pi.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat CosPi(
BigFloat x
)
Parameters
- x BigFloat
- The value, in half-revolutions, whose cosine is to be computed.
Return Value
BigFloatThe cosine of x multiplied-by pi.