diff options
Diffstat (limited to 'lib/Math/Trig.pm')
-rw-r--r-- | lib/Math/Trig.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm index f3a84e6a52..3c864b1b74 100644 --- a/lib/Math/Trig.pm +++ b/lib/Math/Trig.pm @@ -10,14 +10,14 @@ package Math::Trig; use 5.005; use strict; -use Math::Complex 1.43; +use Math::Complex 1.44; use Math::Complex qw(:trig :pi); use vars qw($VERSION $PACKAGE @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); @ISA = qw(Exporter); -$VERSION = 1.08; +$VERSION = 1.09; my @angcnv = qw(rad2deg rad2grad deg2rad deg2grad @@ -669,6 +669,8 @@ an answer instead of giving a fatal runtime error. Do not attempt navigation using these formulas. +L<Math::Complex> + =head1 AUTHORS Jarkko Hietaniemi <F<jhi!at!iki.fi>> and |