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

Function transformExpn

docs/app/js/sanddance-app.js:128837–128839  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

128835 return -Math.log(-x);
128836}
128837function transformExpn(x) {
128838 return -Math.exp(-x);
128839}
128840function pow10(x) {
128841 return isFinite(x) ? +("1e" + x) : x < 0 ? 0 : x;
128842}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected