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

Function ud

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

Source from the content-addressed store, hash-verified

10384 return t < 0 ? -t * t : t * t;
10385 }
10386 function ud(t) {
10387 var e = t(Uh, Uh),
10388 n = 1;
10389 return (
10390 (e.exponent = function (e) {
10391 return arguments.length
10392 ? 1 === (n = +e)
10393 ? t(Uh, Uh)
10394 : 0.5 === n
10395 ? t(ad, sd)
10396 : t(od(n), od(1 / n))
10397 : n;
10398 }),
10399 Gh(e)
10400 );
10401 }
10402 function ld() {
10403 var t = ud(Wh());
10404 return (

Callers 3

ldFunction · 0.70
mdFunction · 0.70
vdFunction · 0.70

Calls 3

GhFunction · 0.85
tFunction · 0.70
odFunction · 0.70

Tested by

no test coverage detected