1. log10() function
This is a faster version of the log10() function on SourceForge
function log10(object x)
return log(x) * INVLOG10
end function
Larry Miller
2. Re: log10() function
Larry Miller wrote:
>
> This is a faster version of the log10() function on SourceForge
>
> }}}
<eucode>
> function log10(object x)
> return log(x) * INVLOG10
> end function
> </eucode>
{{{
>
Larry, thank you. log10 in SVN has been updated to your code and all unit tests
still pass. Thanks!
--
Jeremy Cowgar
http://jeremy.cowgar.com