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

Function Le

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

Source from the content-addressed store, hash-verified

1407 (this.type = void 0 === t.type ? "" : t.type + ""));
1408 }
1409 function Le(t, e) {
1410 var n = Te(t, e);
1411 if (!n) return t + "";
1412 var r = n[0],
1413 i = n[1];
1414 return i < 0
1415 ? "0." + new Array(-i).join("0") + r
1416 : r.length > i + 1
1417 ? r.slice(0, i + 1) + "." + r.slice(i + 1)
1418 : r + new Array(i - r.length + 2).join("0");
1419 }
1420 ((Oe.prototype = Re.prototype),
1421 (Re.prototype.toString = function () {
1422 return (

Callers 1

vega.min.jsFile · 0.70

Calls 1

TeFunction · 0.85

Tested by

no test coverage detected