I think this would reduce this redundant pattern: ```ts const fixedPrecision = FixedPrecision.create({ places: 20 }); Number(fixedPrecision(0.123).mul(4).toFixed(4)); ```
I think this would reduce this redundant pattern: