MCPcopy Create free account
hub / github.com/breck7/scroll / sequentialPow

Function sequentialPow

external/.d3.js:16887–16895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16885}
16886
16887function sequentialPow() {
16888 var scale = powish(transformer$1());
16889
16890 scale.copy = function() {
16891 return copy(scale, sequentialPow()).exponent(scale.exponent());
16892 };
16893
16894 return initInterpolator.apply(scale, arguments);
16895}
16896
16897function sequentialSqrt() {
16898 return sequentialPow.apply(null, arguments).exponent(0.5);

Callers

nothing calls this directly

Calls 3

powishFunction · 0.85
transformer$1Function · 0.85
copyFunction · 0.85

Tested by

no test coverage detected