MCPcopy Create free account
hub / github.com/alignoth/alignoth / add

Method add

resources/vega.min.js:1052–1062  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1050 ((this._partials = new Float64Array(32)), (this._n = 0));
1051 }
1052 add(t) {
1053 const e = this._partials;
1054 let n = 0;
1055 for (let r = 0; r < this._n && r < 32; r++) {
1056 const i = e[r],
1057 o = t + i,
1058 a = Math.abs(t) < Math.abs(i) ? t - (o - i) : i - (o - t);
1059 (a && (e[n++] = a), (t = o));
1060 }
1061 return ((e[n] = t), (this._n = n + 1), this);
1062 }
1063 valueOf() {
1064 const t = this._partials;
1065 let e,

Callers 15

jkFunction · 0.95
addMethod · 0.45
fFunction · 0.45
parametersFunction · 0.45
filterFunction · 0.45
applyFunction · 0.45
mergeFunction · 0.45
debounceFunction · 0.45
betweenFunction · 0.45
OaFunction · 0.45
vega.min.jsFile · 0.45
KsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected