Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function powDecimal(Decimal $x, $scale = null)
 {
     return $this->powReal($x->toReal())->toDecimal();
 }