Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function invertedMult(Number $x)
 {
     return $x->multInteger($this);
 }