From: Michael Orlitzky Date: Tue, 15 Nov 2016 03:45:09 +0000 (-0500) Subject: Fix a typo. X-Git-Tag: 0.1.0~16 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=ce9340f3b78f1ddb496d7a38276287aec3c93807 Fix a typo. --- 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``.