> Maybe the correct aproach would be to create the Math package with all
> those common math functions not included in the perl core and pack it
> also in the Perl distribution. i.e.
>
>    use Math qw(log10 PI E);

I think this is more or less what Math::Complex is.  There just seems to be a lack of 
advertising for the math modules.  Perhaps what people really want is a:

use Math qw(log10 ... )

autoload interface to some of the more common math modules?

-J

Reply via email to