MCPcopy
hub / github.com/microsoft/SandDance / sequentialSymlog

Function sequentialSymlog

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

Source from the content-addressed store, hash-verified

129353 return (0, _initJs.initInterpolator).apply(scale, arguments);
129354}
129355function sequentialSymlog() {
129356 var scale = (0, _symlogJs.symlogish)(transformer());
129357 scale.copy = function() {
129358 return copy(scale, sequentialSymlog()).constant(scale.constant());
129359 };
129360 return (0, _initJs.initInterpolator).apply(scale, arguments);
129361}
129362function sequentialPow() {
129363 var scale = (0, _powJs.powish)(transformer());
129364 scale.copy = function() {

Callers

nothing calls this directly

Calls 2

transformerFunction · 0.70
copyFunction · 0.70

Tested by

no test coverage detected