EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Pow Method

Computes the First Value raised to the power of the Second Value using Series Expansion to almost full accuracy.

Methods for decimal, double and int Parameters.

Overload List

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(decimal,decimal);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(decimal,double);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(decimal,int);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(double,decimal);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(double,double);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(double,int);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(int,decimal);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(int,double);

Computes the First Value raised to the power of the Second Value using series expansion.

public static decimal Pow(int,int);

See Also

DecimalOps Class | Esb.Math Namespace