Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ gt
Function
gt
web_server/public/javascripts/geometry.js:14–16 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
12
}
13
14
function
gt(a, b) {
15
return
(a - b > -tolerance);
16
}
17
18
function
lt(a, b) {
19
return
gt(b, a);
Callers
2
lt
Function · 0.85
geometry.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected