As we know, Javascript has some issues (or features) with calculating decimal numbers. For example:
I already answered this in the comment, but here's a demonstration. BigNumber will accept a number in string format for input.
console.log(new BigNumber(0.1).plus("198.43092534959501"));