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

Function T

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

Source from the content-addressed store, hash-verified

160 }
161 const $ = (t) => (e) => t * Math.exp(e),
162 T = (t) => (e) => Math.log(t * e),
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));

Callers 2

LFunction · 0.70
IFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected