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