> Does anyone have math libraries for using floating point variables in c. I > am working on a PIC and I have seen microchip's AN575. That would be very > useful if the application I was working with was in asm. I have looked all > over for help on doing this in c. Maybe someone here can help. Thanks You can mix assembler and C, the processor won't know. At worst you might have to write a small assembler wrapper for the canned routines to implement whatever the C calling conventions are for your compiler. You could also ask your compiler vendor about floating point math libraries. ******************************************************************** Olin Lathrop, embedded systems consultant in Littleton Massachusetts (978) 742-9014, olin@embedinc.com, http://www.embedinc.com -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics