BigNum:add(value)
Directly add a value to a BigNum variable. This method does not create a
new BigNum variable and thus gives higher performance than using the +
operator.
Example
x:add(y)
x:add(12345)
x:add("9828932322234233423489.2382923423483")