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

Function Te

resources/vega.min.js:1365–1374  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

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 }

Callers 3

BeFunction · 0.85
LeFunction · 0.85
vega.min.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected