BigFloat.Cos(BigFloat) Method

Returns the cosine of an angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Cos(
	BigFloat angle
)

Parameters

angle  BigFloat
A BigFloat value that specifies the angle in radians.

Return Value

BigFloat
The cosine of angle.

Remarks

The result has the same relative accuracy as the absolute accuracy of angle.

Exceptions

ArgumentNullExceptionangle is null.

See Also