2012-07-18 09:01:44 +02:00
|
|
|
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
|
2006-05-27 04:29:37 +02:00
|
|
|
|
2012-07-18 09:01:44 +02:00
|
|
|
use Math::Cephes qw(sin cos);
|
2006-05-27 04:29:37 +02:00
|
|
|
|
2012-07-18 09:01:44 +02:00
|
|
|
There are a number of export tags defined which allow
|
|
|
|
importing groups of functions.
|
2006-05-27 04:29:37 +02:00
|
|
|
|
2012-07-18 09:01:44 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Math-Cephes/
|