1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/math/p5-Math-Cephes/pkg-descr
2006-05-27 02:29:37 +00:00

12 lines
387 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
Author: Randy Kobes