> > However the POSIX module is rather large and I think it's a rather > > in-obvious place to look for a math function. > > I don't know; it's where I'd expect to see things which are in the > "standard C library" (whatever that means) but aren't directly available > as Perl functions.
I'm only really interested in log10 - this is something that (I feel) really should be a core function. As I said before, POSIX is a huge module to load for just one common function. I'd be willing to go with Math::Log10 and have nothing else in the module if the namespace people don't object. -J
