BigFloat.SinPi Method

Computes the sine of a value that has been multiplied by pi.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigFloat SinPi(
	BigFloat x
)

Parameters

x  BigFloat
The value, in half-revolutions, that is multipled by pi before computing its sine.

Return Value

BigFloat
The sine of x multiplied-by pi.

Implements

ITrigonometricFunctions<TSelf>.SinPi(TSelf)

See Also