aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Cephes/pkg-descr
blob: 9f64c9bce12e0efa71a6ee29e651410aae15698f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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