Returns the negated value of this BigRational.
public function negated() : BigRational { return new BigRational($this->numerator ->negated(), $this->denominator, false); }