??? 04/30/06 16:02 Modified: 04/30/06 16:03 Read: times |
#115250 - Most cases Responding to: ???'s previous message |
Abhishek Singh said:
But if you have a short and predetermined range of the numbers to represent, fixed point is best.
Abhishek I have long range numbers and used the floating point library by microchip without the hassle, everything worked right first time. Normally C is the best, when you need speed, C with mixed assembly will be fine, but in case of NCO where every single instruction counts, no match for Assembly. Mahmood |