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

Function ms

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

Source from the content-addressed store, hash-verified

4584 return ((t = t || 0), (e = null == e ? 1 : e), Math.exp(t + ls() * e));
4585 }
4586 function ms(t, e, n) {
4587 if (t <= 0) return 0;
4588 ((e = e || 0), (n = null == n ? 1 : n));
4589 const r = (Math.log(t) - e) / n;
4590 return Math.exp(-0.5 * r * r) / (n * as * t);
4591 }
4592 function ys(t, e, n) {
4593 return fs(Math.log(t), e, n);
4594 }

Callers 1

_sFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected