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

Function transformExp

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

Source from the content-addressed store, hash-verified

128829 return Math.log(x);
128830}
128831function transformExp(x) {
128832 return Math.exp(x);
128833}
128834function transformLogn(x) {
128835 return -Math.log(-x);
128836}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected