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

Function S

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

Source from the content-addressed store, hash-verified

156 return t[t.length - 1];
157 }
158 function S(t) {
159 return null == t || "" === t ? null : +t;
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)),

Callers 6

fFunction · 0.70
transformFunction · 0.70
FFunction · 0.70
pMFunction · 0.70
PTFunction · 0.70
vega.min.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected