MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / func

Function func

static/js/ace.js:15623–15625  ·  view source on GitHub ↗
(t, x_min, dx)

Source from the content-addressed store, hash-verified

15621 var steps = [];
15622
15623 var func = function(t, x_min, dx) {
15624 return dx * (Math.pow(t - 1, 3) + 1) + x_min;
15625 };
15626
15627 for (i = 0; i < l; ++i)
15628 steps.push(func(i / this.STEPS, fromValue, toValue - fromValue));

Callers 3

ace.jsFile · 0.85
RFBFunction · 0.85
get_xml_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected