예제 #1
0
파일: Real.php 프로젝트: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function powDecimal(Decimal $x, $scale = null)
 {
     return $this->powReal($x->toReal())->toDecimal();
 }