BigFloat.SinCosPi Method
Computes the sine and cosine of a value that has been multiplied by pi.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The sine and cosine ofx multiplied-by pi.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static (BigFloat SinPi, BigFloat CosPi) SinCosPi(
BigFloat x
)
ParametersPermalink
- x BigFloat
- The value, in half-revolutions, that is multipled by pi before computing its sine and cosine.
Return ValuePermalink
ValueTuple<BigFloat, BigFloat>The sine and cosine ofx multiplied-by pi.