BigNum:trunc()

Update the BigNum value by truncating it. This is more efficient than using BigNum.trunc() becauese it does not create a new instance of a BigNum.

Example

bn:trunc()