Overrides BigNumber::compareTo
public function compareTo(BigNumber|int|float|string $that) : int { return $this->minus($that) ->getSign(); }