How would I construct a lookup table of logarithms in program memory?
I'll need the logarithm of N entries between 0 and 1, ex:  If N = 10, then I
need log(0), log(0.1), log(0.2) etc.
I don't know what precision I'll need yet, but I'll need to be adjusting N,
so manually creating the table with a spreadsheet would be one way, though
icky.
I'm hoping there's a way to have the compiler generate it for me?



-- 
David VanHorn
Hardware Engineer
MobileFusion, Inc
2715 Sarah St
Pittsburgh PA, 15203
Phone: (001) 412-481-1111
Cell: (001) 765-215-8521
Fax: (001) 412-481-0220
d...@mobilefusioninc.com
www.mobilefusioninc.com

****************************************************************************
This communication (including any attachments) is for the use of the
intended recipient(s) only and may contain information that is
confidential, privileged or otherwise legally protected. Any
unauthorized use or dissemination of this communication is
prohibited. If you have received this communication in error, please
immediately notify the sender by return e-mail message and delete
all copies of the original communication. Thank you for your
cooperation.
****************************************************************************
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to