BigFloat.CosPi 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.0
C#
public static BigFloat CosPi(
	BigFloat x
)

Parameters

x  BigFloat
The value, in half-revolutions, whose cosine is to be computed.

Return Value

BigFloat
The cosine of x multiplied-by pi.

Implements

ITrigonometricFunctions<TSelf>.CosPi(TSelf)

See Also