Returns the cosine of an angle using accurate argument reduction.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Cos ( _
angle As Double _
) As Double
|
Return Value
The cosine of
angle computed to full precision.
See Also