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

Function VM

resources/vega.min.js:19660–19668  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

19658 return t > 1 ? HM : t < -1 ? -HM : Math.asin(t);
19659 }
19660 function VM(t, e) {
19661 var n,
19662 r = t * jM(e),
19663 i = 30;
19664 do {
19665 e -= n = (e + jM(e) - r) / (1 + PM(e));
19666 } while (qM(n) > IM && --i > 0);
19667 return e / 2;
19668 }
19669 var XM = (function (t, e, n) {
19670 function r(r, i) {
19671 return [t * r * PM((i = VM(n, i))), e * jM(i)];

Callers 1

rFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected