Package: perl-doc
Version: 5.14.2-16
Severity: wishlist
File: /usr/share/man/man3/Math::Trig.3perl.gz

Found one needed not only
use Math::Trig qw(deg2rad);
as in the examples, but also
use Math::Trig qw(rad2deg);
which is missing, in order to make the examples really work.

P.S., a cooler way to write the examples would be with shift:
sub NESW   { deg2rad( shift ), deg2rad( 90 - shift ) }
sub unNESW { rad2deg( shift ), 90 - rad2deg( shift ) }

Which I suppose are correct.
In fact they would be better than what is mentioned in my other
messages today...


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to