Bundle::Math::Approx - Bundle related to interpolation and approximation


Bundle-Math-Approx documentation Contained in the Bundle-Math-Approx distribution.

Index


Code Index:

NAME

Top

Bundle::Math::Approx - Bundle related to interpolation and approximation

SYNOPSIS

Top

 perl -MCPAN -e 'install Bundle::Math::Approx'

CONTENTS

Top

Math::Approx

Math::Approx::Symbolic

Math::Bezier

Math::Bezier::Convert

Math::CatmullRom

Math::Gradient

Math::Interpolate

Math::Round

Math::RungeKutta

Math::SigFigs

Math::Spline

DESCRIPTION

Top

This is a bundle of modules related to interpolation and approximation of functions and data.

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.

AUTHOR

Top

Steffen Mueller <bundlemath-module at steffen-mueller dot net>


Bundle-Math-Approx documentation Contained in the Bundle-Math-Approx distribution.

package Bundle::Math::Approx;
use strict;
use warnings;

$VERSION = '1.00';

1;

__END__