Subject: | hypergeometric GSL functions not being exported |
Date: | Fri, 06 Nov 2009 15:36:50 +0100 |
To: | bug-Math-Gsl [...] rt.cpan.org |
From: | Piotr Balwierz <Piotr.Balwierz [...] unibas.ch> |
Hi,
In the SF.pm all the hypergeometric functions are not exported.
Try any of these:
perl -we 'use Math::GSL::SF qw(:all); print gsl_sf_hyperg_2F1(1,1,1,0.5)'
perl -we 'use Math::GSL::SF qw(:hypergeometric); print
gsl_sf_hyperg_2F1(1,1,1,0.5)'
perl -we 'use Math::GSL::SF qw(gsl_sf_hyperg_2F1); print
gsl_sf_hyperg_2F1(1,1,1,0.5)'
Fix to this problem is simple. Add @EXPORT_hypergeometric to the
@EXPORT_OK array in SF.pm
Regards,
Piotr Balwierz