```js const values = [0.9299999999999999, 1.07]; d3.bin().thresholds(500)(values).filter((d) => d.length); ``` this returns: `[[1.07, x0: 1.07, x1: 1.0702]]`; the first value has disappeared.