コード例 #1
0
ファイル: Decimal.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 protected function invertedPow(Number $x)
 {
     return $x->powDecimal($this);
 }