Steps to reproduce: ```js const Long = require('long'); const x = Long.UZERO.mul(10); ``` Expected behaviour: ```js x.unsigned === true ``` Actual behaviour: ```js x.unsigned === false ```