Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function invertedSub(Number $x)
 {
     return $x->subInteger($this);
 }