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