diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-27 02:29:37 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-27 02:29:37 +0000 |
commit | af601193d510433d7c57a6b483c1df1f68f5c408 (patch) | |
tree | 685413b9364fd674e7c6b71380304c8357170596 /math/p5-Math-Cephes/pkg-descr | |
parent | 100457e3fe8801d6f7ab6fb9d6328bce80b22863 (diff) | |
download | ports-af601193d510433d7c57a6b483c1df1f68f5c408.tar.gz ports-af601193d510433d7c57a6b483c1df1f68f5c408.zip |
Notes
Diffstat (limited to 'math/p5-Math-Cephes/pkg-descr')
-rw-r--r-- | math/p5-Math-Cephes/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/p5-Math-Cephes/pkg-descr b/math/p5-Math-Cephes/pkg-descr new file mode 100644 index 000000000000..9f64c9bce12e --- /dev/null +++ b/math/p5-Math-Cephes/pkg-descr @@ -0,0 +1,11 @@ + This module provides an interface to over 150 functions of the + cephes math library of Stephen Moshier. No functions are exported + by default, but rather must be imported explicitly, as in + + use Math::Cephes qw(sin cos); + + There are a number of export tags defined which allow + importing groups of functions. + +WWW: http://search.cpan.org/dist/Math-Cephes +Author: Randy Kobes |