HdrHistogram / HdrHistogramJS

TypeScript port of HdrHistogram
BSD 2-Clause "Simplified" License
121 stars 21 forks source link

Add decimal.js support #43

Open peroxy opened 2 years ago

alexvictoor commented 2 years ago

Hello @peroxy What do you mean by decimal.js support?

peroxy commented 2 years ago

Hey, currently it only supports javascripts 'number' and it does not have support for big number or decimals.

Since I am usually working with currencies that require such precision, this histogram implementation can't be used.