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

Function reflect

docs/app/js/sanddance-app.js:128853–128857  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

128851 });
128852}
128853function reflect(f) {
128854 return function(x) {
128855 return -f(-x);
128856 };
128857}
128858function loggish(transform) {
128859 var scale = transform(transformLog, transformExp), domain = scale.domain, base = 10, logs, pows;
128860 function rescale() {

Callers 1

rescaleFunction · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected