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

new topic     » topic index » view message » categorize

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu