mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
c65f01da27
- Reformat pkg-descr - Pet portlint(1) Changes: http://search.cpan.org/dist/Math-Cephes/Changes
11 lines
355 B
Plaintext
11 lines
355 B
Plaintext
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/
|