Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function powReal(Real $x)
 {
     return self::fromNative(\pow($this->toNative(), $x->toNative()));
 }