MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / func

Function func

ServerEditorWeb/ace/ace.js:15709–15711  ·  view source on GitHub ↗
(t, x_min, dx)

Source from the content-addressed store, hash-verified

15707 var steps = [];
15708
15709 var func = function(t, x_min, dx) {
15710 return dx * (Math.pow(t - 1, 3) + 1) + x_min;
15711 };
15712
15713 for (i = 0; i < l; ++i)
15714 steps.push(func(i / this.STEPS, fromValue, toValue - fromValue));

Callers 4

ace.jsFile · 0.85
worker-coffee.jsFile · 0.85
itselfFunction · 0.85
worker-css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected