Quote:
Originally Posted by dmlawrence
I am aware that numerous trig lookup tables and algorithms are available for the RC. However, as far as I can tell, none of them are compatible with Kevin Watson's new code.
|
Can you point me toward code that doesn't work? I'll have a look to see what it would take to get it working.
Quote:
Originally Posted by dmlawrence
Does anyone know of a method to calculate trig functions that works under the new version of C18?
|
Unless you need to do hundreds of trig calculations per second, I would just go ahead and use the built-in functions. If you're the adventurous type and just want to do it yourself, you could very easily get my eeprom code code moved over and then use the
trig table generation and lookup code I wrote a few years back.
-Kevin