MCPcopy Create free account
hub / github.com/jipegit/OSXAuditor / angle

Function angle

d3-3.2.8/d3.js:2364–2366  ·  view source on GitHub ↗
(λ0, λ1)

Source from the content-addressed store, hash-verified

2362 p0 = null;
2363 }
2364 function angle(λ0, λ1) {
2365 return (λ1 -= λ0) < 0 ? λ1 + 360 : λ1;
2366 }
2367 function compareRanges(a, b) {
2368 return a[0] - b[0];
2369 }

Callers 3

linePointFunction · 0.85
d3.jsFile · 0.85
d3_geo_azimuthalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected