예제 #1
0
파일: Integer.php 프로젝트: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 protected function invertedPow(Number $x)
 {
     return $x->powInteger($this);
 }