Quote Originally Posted by civicgundam View Post
Is there a way to use logarithims in picbasic. How would you go around doing so? im trying to do something like this in my code:

w = log*(s/(s-u))
You REALLY sure of your formula ???

not me !!!



you can write "log" as a Tailor's series ... ( Log 1+x ) = x - x^2/2 + x^3/3 - ...

No,no ... Darrel didn't write this one ... ( LOL )

but the easiest way is to use a co-processor ( http://www.micromegacorp.com/pbp.html )

Alain