Subject: | Clarify definition of great_circle_midpoint() |
See patch attached which clarifies how great_circle_midpoint() behaves.
Suggestion from <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697567>
Subject: | math-complex-midpoint-clarify.patch |
diff -urN Math-Complex-1.59.orig/lib/Math/Trig.pm Math-Complex-1.59/lib/Math/Trig.pm
--- Math-Complex-1.59.orig/lib/Math/Trig.pm 2012-02-01 23:37:31.000000000 +0000
+++ Math-Complex-1.59/lib/Math/Trig.pm 2016-04-30 18:37:27.422175599 +0100
@@ -608,7 +608,7 @@
($thetam, $phim) =
great_circle_midpoint($theta0, $phi0, $theta1, $phi1);
-The great_circle_midpoint() is just a special case of
+The great_circle_midpoint() is just a special case (with $way = 0.5) of
=head2 great_circle_waypoint