> By the way - here is my version. Just store it in some
> $PERL5LIB/Math/Log10.pm:
>
> sub log10
> {
>   return log(shift)/log(10);
> }
>
> 1;

This is more or less what Math::Complex qw( log10 ) gives you.  The point is that 
nobody knows it exists.

-J

Reply via email to