From: Jarkko Hietaniemi <jhi@iki.fi> Date: Sun, 27 Nov 2005 23:04:31 +0000 (+0200) Subject: Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d6f5264b4ee267e5f64fc4cfb1c59ba3e866fed;p=p5sagit%2Fp5-mst-13.2.git Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi> p4raw-id: //depot/perl@26219 --- diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm index 9ff016f..cd17356 100644 --- a/lib/Math/Trig.pm +++ b/lib/Math/Trig.pm @@ -425,8 +425,8 @@ based on a sphere surface. The radius of the sphere is B<rho>, also known as the I<radial> coordinate. The angle in the I<xy>-plane (around the I<z>-axis) is B<theta>, also known as the I<azimuthal> coordinate. The angle from the I<z>-axis is B<phi>, also known as the -I<polar> coordinate. The `North Pole' is therefore I<0, 0, rho>, and -the `Bay of Guinea' (think of the missing big chunk of Africa) I<0, +I<polar> coordinate. The North Pole is therefore I<0, 0, rho>, and +the Gulf of Guinea (think of the missing big chunk of Africa) I<0, pi/2, rho>. In geographical terms I<phi> is latitude (northward positive, southward negative) and I<theta> is longitude (eastward positive, westward negative).