Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1461
export
{ Matrix4 as Matrix4 };
1462
const
epsilon = 3.4028235 * 10 ** 38;
1463
function
absDiffEq(x, y) {
1464
return
(x > y ? x - y : x - y) <= epsilon;
1465
}
1466
class
Perspective {
1467
left;
1468
right;
Callers
1
toMatrix4
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected