예제 #1
0
파일: Real.php 프로젝트: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function powReal(Real $x)
 {
     return self::fromNative(\pow($this->toNative(), $x->toNative()));
 }