diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-28 12:59:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-28 12:59:23 +0000 |
commit | a216278e445bcb0a1a5a932d064bb4fc497fec9a (patch) | |
tree | c287d22c0c74e533a7db8af33e689374212508e6 /lib/Math | |
parent | bce880cf19770c622e10fd92d23b9c328abbab29 (diff) | |
parent | d5a71f3055c3a1145f32dafabd5c3bba8ef27f4d (diff) | |
download | perl-a216278e445bcb0a1a5a932d064bb4fc497fec9a.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5996
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/Complex.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index 514935522e..3fffcdef70 100644 --- a/lib/Math/Complex.pm +++ b/lib/Math/Complex.pm @@ -1408,7 +1408,6 @@ sub stringify_polar { 1; __END__ -=pod =head1 NAME Math::Complex - complex numbers and associated mathematical functions |