Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128826
var
_continuousJs = require(
"./continuous.js"
);
128827
var
_initJs = require(
"./init.js"
);
128828
function
transformLog(x) {
128829
return
Math.log(x);
128830
}
128831
function
transformExp(x) {
128832
return
Math.exp(x);
128833
}
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected