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.
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);
DecimalOps Class | Esb.Math Namespace