Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ vv
Function
vv
explainshell/web/static/js/d3.v3.js:1278–1280 ·
view source on GitHub ↗
(h)
Source
from the content-addressed store, hash-verified
1276
return
m1;
1277
}
1278
function
vv(h) {
1279
return
Math.round(v(h) * 255);
1280
}
1281
return
d3_rgb(vv(h + 120), vv(h), vv(h - 120));
1282
}
1283
var
π = Math.PI, ε = 1e-6, d3_radians = π / 180, d3_degrees = 180 / π;
Callers
1
d3_hsl_rgb
Function · 0.85
Calls
1
v
Function · 0.70
Tested by
no test coverage detected