Quad.CosPi Method

Returns the cosine of the specified angle in multiples of π.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad CosPi(
	Quad angle
)

Parameters

angle  Quad
An angle, measured in radians.

Return Value

Quad
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.

Implements

ITrigonometricFunctions<TSelf>.CosPi(TSelf)

See Also