Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
default
function
number(x) {
2
return
x === null ? NaN : +x;
3
}
4
5
export
function
* numbers(values, valueof) {
6
if
(valueof === undefined) {
Callers
1
quantileIndex
Function · 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…