(t, e)
| 1363 | return t instanceof ue ? t : new ue(t); |
| 1364 | } |
| 1365 | function Te(t, e) { |
| 1366 | if ( |
| 1367 | (n = (t = e ? t.toExponential(e - 1) : t.toExponential()).indexOf("e")) < |
| 1368 | 0 |
| 1369 | ) |
| 1370 | return null; |
| 1371 | var n, |
| 1372 | r = t.slice(0, n); |
| 1373 | return [r.length > 1 ? r[0] + r.slice(2) : r, +t.slice(n + 1)]; |
| 1374 | } |
| 1375 | function Be(t) { |
| 1376 | return (t = Te(Math.abs(t))) ? t[1] : NaN; |
| 1377 | } |
no outgoing calls
no test coverage detected