diff options
author | Chip Salzenberg <chip@perl.com> | 1997-04-26 12:39:00 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-30 00:00:00 +1200 |
commit | 404b15a1d1b7c56f5774b99fd0d4b6854620182b (patch) | |
tree | afb0fd2d8f6da18458bf1dc6b345fdf99116b4db /pod/perlmodlib.pod | |
parent | c64afb197ce53aa2c5bfc4b930690d09c87d4014 (diff) | |
download | perl-404b15a1d1b7c56f5774b99fd0d4b6854620182b.tar.gz |
Describe Math::Trig in perlmodlib
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 9d8b0f06c3..cfb281dcc7 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -333,6 +333,11 @@ arbitrary size integer math package complex numbers and associated mathematical functions +=item Math::Trig + +simple interface to parts of Math::Complex for those who +need trigonometric functions only for real numbers + =item NDBM_File tied access to ndbm files |