MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / te

Function te

codebase/dhtmlxscheduler.es.js:5198–5201  ·  view source on GitHub ↗
(e, i)

Source from the content-addressed store, hash-verified

5196 return i |= 0, n.length > i ? String(n) : ((i -= n.length) > t.length && (t += Y(t, i / t.length)), t.slice(0, i) + String(n));
5197}
5198var te = function(e, i) {
5199 var t = e % i;
5200 return t * i < 0 ? t + i : t;
5201}, Ce = function(e, i) {
5202 return { div: Math.floor(e / i), mod: te(e, i) };
5203}, ie = function(e) {
5204 return !J(e) || e.length === 0;

Callers 4

CeFunction · 0.70
HaFunction · 0.70
qaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected