@bunchmark/presentation
Advanced tools
Comparing version 1.0.0-pre-12 to 1.0.0-pre-13
{ | ||
"name": "@bunchmark/presentation", | ||
"version": "1.0.0-pre-12", | ||
"version": "1.0.0-pre-13", | ||
"description": "The Bunchmark data presentation utilities", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -61,3 +61,3 @@ export {getBins, getBounds, QNDMedian} | ||
n = mmin(n, max) | ||
p = n/max | ||
const p = n/max | ||
return (1 - p) * exact + p * ham | ||
@@ -64,0 +64,0 @@ } |
14295