Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 protected function invertedPow(Number $x)
 {
     return $x->powInteger($this);
 }