issues
search
HdrHistogram
/
hdrhistogram-go
A pure Go implementation of Gil Tene's HDR Histogram.
MIT License
439
stars
64
forks
source link
prevent Mean and StdDev from being NaN
#12
Closed
toffaletti
closed
9 years ago
toffaletti
commented
9 years ago
This is simply because JSON can't represent NaN.
codahale
commented
9 years ago
Thanks!
This is simply because JSON can't represent NaN.