Пример #1
0
 /**
  * {@inheritdoc}
  */
 protected function invertedDiv(Number $x)
 {
     return $x->divInteger($this);
 }