NAME

Gsl - Perl Interface to The GNU Scientific Library

SYNOPSIS

use Math::Gsl;
use Math::Gsl::Sf;	     # use Special Function library
use Math::Gsl::Polynomial; # use poly_complex_solve

DESCRIPTION

Currently this module implements the GSL Special function library and the
single GSL function poly_complex_solve.
Please see the manual page for Math::Gsl::Sf for relevant documenation.

Exported constants

None

Exported functions

None

AUTHOR

Jonathan Leto, jonathan@leto.net

SEE ALSO

GNU Scientific Library http://sources.redhat.com/gsl

To get Math::Gsl: http://www.leto.net/code/gsl/