MCPcopy Create free account
hub / github.com/d3/d3-array / number

Function number

src/number.js:1–3  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1export default function number(x) {
2 return x === null ? NaN : +x;
3}
4
5export function* numbers(values, valueof) {
6 if (valueof === undefined) {

Callers 1

quantileIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…