We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9b2e3 commit 6eff1b3Copy full SHA for 6eff1b3
src/compas/geometry/_core/tangent.py
@@ -2,7 +2,7 @@
2
from __future__ import absolute_import
3
from __future__ import division
4
5
-import math
+from math import sqrt
6
7
8
__all__ = ["tangent_points_to_circle_xy"]
0 commit comments