We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e5fe7 commit f1aa7d3Copy full SHA for f1aa7d3
src/lib/angles.js
@@ -29,7 +29,7 @@ function rad2deg(rad) { return rad / PI * 180; }
29
* @return {boolean}
30
*/
31
function isFullCircle(aBnds) {
32
- return Math.abs(aBnds[1] - aBnds[0]) > twoPI - 1e-15;
+ return Math.abs(aBnds[1] - aBnds[0]) > twoPI - 1e-14;
33
}
34
35
/**
0 commit comments