示例#1
0
文件: Real.php 项目: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 protected function invertedPow(Number $x)
 {
     return $x->powReal($this);
 }