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

Function O

resources/vega.min.js:166–171  ·  view source on GitHub ↗
(t, e, n, r)

Source from the content-addressed store, hash-verified

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)),
169 a = (o - i) * e;
170 return [r(i - a), r(o - a)];
171 }
172 function R(t, e) {
173 return O(t, e, S, f);
174 }

Callers 11

RFunction · 0.70
LFunction · 0.70
UFunction · 0.70
qFunction · 0.70
dnFunction · 0.70
mapLayerOrUnitMethod · 0.70
mapUnitMethod · 0.70
removeFormulasMethod · 0.70
cuFunction · 0.70
duFunction · 0.70
hpFunction · 0.70

Calls 3

FFunction · 0.85
nFunction · 0.70
rFunction · 0.70

Tested by

no test coverage detected