I need to do rotational (and other) transformations in an embedded application, requiring the sin() cos() and tan() functions. I know you can use look-up tables, and that's the only solution I could find doing my own research, but is there a good fixed point trig library out there?
I'm thinking of using a cortex M3 for the application, so I want to stay away from floating point as much as possible to keep applications zippy.