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

Function od

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

Source from the content-addressed store, hash-verified

10373 );
10374 }
10375 function od(t) {
10376 return function (e) {
10377 return e < 0 ? -Math.pow(-e, t) : Math.pow(e, t);
10378 };
10379 }
10380 function ad(t) {
10381 return t < 0 ? -Math.sqrt(-t) : Math.sqrt(t);
10382 }

Callers 1

udFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected