EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Sin Method

Computes the Sine of the given angle (in Radians) using Series Expansion.

Methods for decimal, double and int Parameters.

If you need both Sine and Cosine then SinCos.

Overload List

Computes the Sine of the given angle (in Radians) using Series Expansion.If you need both Sine and Cosine then SinCos.

public static decimal Sin(decimal);

Computes the Sine of the given angle (in Radians) using Series Expansion.If you need both Sine and Cosine then SinCos.

public static decimal Sin(double);

Computes the Sine of the given angle (in Radians) using Series Expansion.If you need both Sine and Cosine then SinCos.

public static decimal Sin(int);

See Also

DecimalOps Class | Esb.Math Namespace