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

Function pow

external/.d3.js:15408–15418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15406}
15407
15408function pow() {
15409 var scale = powish(transformer$2());
15410
15411 scale.copy = function() {
15412 return copy$1(scale, pow()).exponent(scale.exponent());
15413 };
15414
15415 initRange.apply(scale, arguments);
15416
15417 return scale;
15418}
15419
15420function sqrt$1() {
15421 return pow.apply(null, arguments).exponent(0.5);

Callers

nothing calls this directly

Calls 3

powishFunction · 0.85
transformer$2Function · 0.85
copy$1Function · 0.85

Tested by

no test coverage detected