Returns the inverse of this number.
public function negated() : BigInteger { return new BigInteger(Calculator::get()->neg($this->value)); }