Home
last modified time | relevance | path

Searched refs:sqrt (Results 176 – 183 of 183) sorted by path

12345678

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1sqrt tan tanh jmp_buf ' +\n 'longjmp setjmp raise signal sig_atomic_t va_arg va_end va_start ' …
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js32359 return this.red.sqrt(this);
32694 Red.prototype.sqrt = function sqrt(a) {
36061 return this.red.sqrt(this);
36397 Red.prototype.sqrt = function sqrt(a) {
45509 var sqrt = Math.ceil(Math.sqrt(k));
45511 for (var j = 0; j < i && res[j] <= sqrt; j++) {
45515 if (i !== j && res[j] <= sqrt) continue;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13sqrt(2*e*e))-2}();o.x+=(r.rtl?1:-1)*(s/2),o.xEnd+=(r.rtl?-1:1)*(s/2),o.width=a.xEnd-a.x}return o}(…
H A Ddhtmlxgantt.js.map1sqrt","getVisibleMilestoneWidth","getMilestonePosition","isMilestone","getPosition","markerSize","…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13 …x:0,y:0};return n.forEach(function(t){r.x+=t.x,r.y+=t.y}),{magnitude:Math.sqrt(r.x*r.x+r.y*r.y),an…
H A Ddhtmlxgantt_drag_timeline.js.map1sqrt","angleDegrees","atan2","abs","PI","_applyDndReadyStyles","_timeline","$task","classList","ad…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7047 var distance = Math.sqrt(Math.pow(Math.abs(diff_x), 2) + Math.pow(Math.abs(diff_y), 2));
23352 var milestoneWidth = Math.sqrt(2*milestoneHeight*milestoneHeight);
24597 return Math.round(Math.sqrt(2 * origWidth * origWidth)) - 2;
24895 var dist =Math.sqrt( (Math.pow(e_x - s_x, 2)) + (Math.pow(e_y - s_y, 2)) );
25751 return Math.sqrt(dx * dx + dy * dy);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js142 …var magnitude = Math.sqrt(resultVector_1.x * resultVector_1.x + resultVector_1.y * resultVector_1.…

12345678