Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ smootherstep
Function
smootherstep
ui/plugins/ui/model-tools.plugin.js:341–343 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
339
}
340
341
function
smootherstep(x) {
342
return
x * x * x * (x * (x * 6 - 15) + 10)
343
}
344
345
function
smootheststep(x) {
346
let
y = -20 * Math.pow(x, 7)
Callers
1
initMergeUI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected