MCPcopy Create free account
hub / github.com/microsoft/SandDance / sequentialPow

Function sequentialPow

docs/app/js/sanddance-app.js:129362–129368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129360 return (0, _initJs.initInterpolator).apply(scale, arguments);
129361}
129362function sequentialPow() {
129363 var scale = (0, _powJs.powish)(transformer());
129364 scale.copy = function() {
129365 return copy(scale, sequentialPow()).exponent(scale.exponent());
129366 };
129367 return (0, _initJs.initInterpolator).apply(scale, arguments);
129368}
129369function sequentialSqrt() {
129370 return sequentialPow.apply(null, arguments).exponent(0.5);
129371}

Callers

nothing calls this directly

Calls 2

transformerFunction · 0.70
copyFunction · 0.70

Tested by

no test coverage detected