MCPcopy Create free account
hub / github.com/adobe/Marinus / lt

Function lt

web_server/public/javascripts/geometry.js:18–20  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

16 }
17
18 function lt(a, b) {
19 return gt(b, a);
20 }
21
22 geo.eq = eq;
23 geo.gt = gt;

Callers 1

geometry.jsFile · 0.85

Calls 1

gtFunction · 0.85

Tested by

no test coverage detected