Exemplo n.º 1
0
 public BigNumber Power(BigNumber value, int n)
 {
     return(DecimalPowerCalculator.Power(this, value, n));
 }