| Bundle-Math-Financial documentation | Contained in the Bundle-Math-Financial distribution. |
Bundle::Math::Financial - Bundle of modules related to financial mathematics
perl -MCPAN -e 'install Bundle::Math::Financial'
Finance::Calc::Performance
Math::Business::BlackScholes
Math::Business::EMA
Math::Business::MACD
Math::Business::SMA
Math::Calc::Euro
Math::Currency
Math::Financial
This is a bundle of modules related to financial mathematics.
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-Financial documentation | Contained in the Bundle-Math-Financial distribution. |
package Bundle::Math::Financial; use strict; use warnings; $VERSION = '1.01'; 1; __END__