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

Function divergingPow

external/.d3.js:17018–17026  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17016}
17017
17018function divergingPow() {
17019 var scale = powish(transformer());
17020
17021 scale.copy = function() {
17022 return copy(scale, divergingPow()).exponent(scale.exponent());
17023 };
17024
17025 return initInterpolator.apply(scale, arguments);
17026}
17027
17028function divergingSqrt() {
17029 return divergingPow.apply(null, arguments).exponent(0.5);

Callers

nothing calls this directly

Calls 3

powishFunction · 0.85
transformerFunction · 0.85
copyFunction · 0.85

Tested by

no test coverage detected