| Bundle-Math-Interface documentation | Contained in the Bundle-Math-Interface distribution. |
Bundle::Math::Interface - Bundle of modules interfacing with math libraries
perl -MCPAN -e 'install Bundle::Math::Interface'
Math::BigInt::GMP
Math::BigInt::Pari
Math::CDF
Math::Cephes
Math::Geometry::GPC
Math::GMP
Math::GSL
Math::Libm
Math::Matlab
Math::Matlab::Engine
Math::Pari
Math::ematica
Bundle of modules interfacing with math libraries.
Please have a look at Bundle::Math.
If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org.
Steffen Mueller <bundlemath-module at steffen-mueller dot net>
| Bundle-Math-Interface documentation | Contained in the Bundle-Math-Interface distribution. |
package Bundle::Math::Interface; use strict; use warnings; $VERSION = '1.00'; 1; __END__