Computes the First Value raised to the power of the Second Value using series expansion.
x ^ y, x raised to the power y
| Exception Type | Condition |
|---|---|
| ArithmeticException | Thrown when X is Zero and a Negative Power, or a Negative X is raised to a non-integral power. |
DecimalOps Class | Esb.Math Namespace | DecimalOps.Pow Overload List