EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.SinCos Method

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

Methods for decimal, double and int Parameters.

Overload List

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

public static void SinCos(decimal,out decimal,out decimal);

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

public static void SinCos(double,out decimal,out decimal);

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

public static void SinCos(int,out decimal,out decimal);

See Also

DecimalOps Class | Esb.Math Namespace