(t)
| 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, |
no outgoing calls
no test coverage detected