Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ powp
Function
powp
external/.d3.js:15230–15234 ·
view source on GitHub ↗
(base)
Source
from the content-addressed store, hash-verified
15228
}
15229
15230
function
powp(base) {
15231
return
base === 10 ? pow10
15232
: base === Math.E ? Math.exp
15233
: x => Math.pow(base, x);
15234
}
15235
15236
function
logp(base) {
15237
return
base === Math.E ? Math.log
Callers
1
rescale
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected