BigNum - x
The - operator creates a new BigNum instance and assigns to it the value
of the BigNum minus x.
The - operator creates a new BigNum instance and assigns to it the value of the BigNum
minus x.
Example
bn = BigNum.new(1)
result = bn + 1