Computes the Sine and Cosine of the given angle (in Radians) using Series Expansion.
Methods for decimal, double and int Parameters.
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);
DecimalOps Class | Esb.Math Namespace