caliper
caliper copied to clipboard
Should we consider using a more accurate library for floating point arithmetic
node will suffer from some floating point inaccuracies, eg
$ node
Welcome to Node.js v14.19.0.
Type ".help" for more information.
> 0.1+0.2
0.30000000000000004
>
as an example
there are libraries out there that ensure more accurate floating point arithmetic we could use