Sin and cos in Symbian

Hi,
I am wondering if it is possible for me to use sin and cos in Symbian (Nokia Series 60)? How is it done?
Thanks,
Miranda

You can use lookup tables for it.

Hi Miranda.

Take a look in the SDK documentation under “TReal”. All math functions are described there. If you are doing realtime 3D however (and using those floating point operations a lot), you should consider using table based approach. You can use TReal to initialize that table.

–jani;

Thanks,
I have never used lookup tables before, could you explain to me how to do it?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.