DecimalMath.Cos Method

Returns the cosine of the specified angle.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static decimal Cos(
	decimal value
)

Parameters

value  Decimal
An angle, measured in radians.

Return Value

Decimal
The cosine of value.

See Also