I have included math.h in my sketch in the intention of using the pow() function. However, if I use the function the program won't build anymore and bails out with:
/Users/xsmurf/Applications/Development/Arduino/arduino-0006/tools/avr/bin/../lib/gcc/avr/4.0.3/../../../../avr/bin/ld: region text is full (/tmp/build33002.tmp/Parallax_4x4_Keypad_74C922.elf section .text)
Couldn't determine program size: tools/avr/bin/avr-size: '/tmp/build33002.tmp/Parallax_4x4_Keypad_74C922.hex': No such file
How big is your program when you don't use the function ? Is there enough space for the math lib ?
If you make an empty program and compile it, then just call pow() and compile it again; what is the size difference ? (Sorry I'm nowhere near my arduino, I can't try it just yet).