I'm a beginner at writing embedded code using integer math. My application requires that I use several math functions: sin, cos, asin, atan2, sqrt, and matrix multiplications.
Is there a good resource for adding these functions to my project without taking up too much of the limited code space (16KB) on MSP430G2553? Would you suggest doing lookup tables for all the trig functions?