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

Function transformLog

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

Source from the content-addressed store, hash-verified

128826var _continuousJs = require("./continuous.js");
128827var _initJs = require("./init.js");
128828function transformLog(x) {
128829 return Math.log(x);
128830}
128831function transformExp(x) {
128832 return Math.exp(x);
128833}

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected