MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / absDiffEq

Function absDiffEq

examples/extern/gmath.bundle.js:1463–1465  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

1461export { Matrix4 as Matrix4 };
1462const epsilon = 3.4028235 * 10 ** 38;
1463function absDiffEq(x, y) {
1464 return (x > y ? x - y : x - y) <= epsilon;
1465}
1466class Perspective {
1467 left;
1468 right;

Callers 1

toMatrix4Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected