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

Function N

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

Source from the content-addressed store, hash-verified

163 B = (t) => (e) => Math.sign(e) * Math.log1p(Math.abs(e / t)),
164 z = (t) => (e) => Math.sign(e) * Math.expm1(Math.abs(e)) * t,
165 N = (t) => (e) => (e < 0 ? -Math.pow(-e, t) : Math.pow(e, t));
166 function O(t, e, n, r) {
167 const i = n(t[0]),
168 o = n(F(t)),

Callers 2

UFunction · 0.70
WFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected