MCPcopy Index your code
hub / github.com/microsoft/SandDance / zoomPow

Function zoomPow

docs/app/js/sanddance-app.js:106719–106721  ·  view source on GitHub ↗
(domain, anchor, scale, exponent)

Source from the content-addressed store, hash-verified

106717 return zoom(domain, anchor, scale, log(sign), exp(sign));
106718}
106719function zoomPow(domain, anchor, scale, exponent) {
106720 return zoom(domain, anchor, scale, pow(exponent), pow(1 / exponent));
106721}
106722function zoomSymlog(domain, anchor, scale, constant2) {
106723 return zoom(domain, anchor, scale, symlog(constant2), symexp(constant2));
106724}

Callers

nothing calls this directly

Calls 2

zoomFunction · 0.70
powFunction · 0.70

Tested by

no test coverage detected