Elementary.Sin Cos Pi Method
Returns the sine and cosine of an angle expressed in multiples of π.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The cosine of x times π.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static (double , double ) SinCosPi(
double x
)
Parameters
- x Double
- A real number.
Return Value
ValueTuple<Double, Double>The cosine of x times π.