コード例 #1
0
ファイル: Real.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function powDecimal(Decimal $x, $scale = null)
 {
     return $this->powReal($x->toReal())->toDecimal();
 }