MCPcopy 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
15230function powp(base) {
15231 return base === 10 ? pow10
15232 : base === Math.E ? Math.exp
15233 : x => Math.pow(base, x);
15234}
15235
15236function logp(base) {
15237 return base === Math.E ? Math.log

Callers 1

rescaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected