search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
353 B
Text
10 lines
353 B
Text
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: https://metacpan.org/release/Math-Cephes
|