diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-07 21:29:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-07 21:29:46 +0000 |
commit | 51301382055ed3f3276ad3e2c544fb9e477a270e (patch) | |
tree | f2e0daa5089eeda27af801f69dd3d042dda34424 /lib/Math | |
parent | a8119d38469f151dd6b4e5910e0c600b5f2c21e1 (diff) | |
download | perl-51301382055ed3f3276ad3e2c544fb9e477a270e.tar.gz |
doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
p4raw-id: //depot/perl@1357
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/Trig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm index 7192d76fe9..b7b5d5d8f2 100644 --- a/lib/Math/Trig.pm +++ b/lib/Math/Trig.pm @@ -381,7 +381,7 @@ points on a sphere. The distance is in C<$rho> units. The C<$rho> is optional, it defaults to 1 (the unit sphere), therefore the distance defaults to radians. -=head EXAMPLES +=head1 EXAMPLES To calculate the distance between London (51.3N 0.5W) and Tokyo (35.7N 139.8E) in kilometers: |