From ce9340f3b78f1ddb496d7a38276287aec3c93807 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 14 Nov 2016 22:45:09 -0500 Subject: [PATCH] Fix a typo. --- dunshire/cones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunshire/cones.py b/dunshire/cones.py index af2415b..bf873da 100644 --- a/dunshire/cones.py +++ b/dunshire/cones.py @@ -452,7 +452,7 @@ class IceCream(SymmetricCone): of the way to the boundary of the cone, and in the direction of a 30-60-90 triangle. If one follows those coordinates, they hit at ``(1, sqrt(3)/2, 1/2)`` having unit norm. Thus the - "horizontal" distance to the boundary of the cone is ``(1 - + "horizontal" distance to the boundary of the cone is ``1 - norm(x)``, which simplifies to ``1/2``. And rather than involve a square root, we divide by two for a final safe radius of ``1/4``. -- 2.43.2