示例#1
0
文件: Real.php 项目: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function powDecimal(Decimal $x, $scale = null)
 {
     return $this->powReal($x->toReal())->toDecimal();
 }