??? 05/02/06 12:05 Read: times |
#115345 - word choice Responding to: ???'s previous message |
I think floating point maths is better than fixed point for you don't have to do scaling which might be very complex sometimes and not produce the required accuracy.
I do not necessarily agree with 'better' easier, yes. The other statement re accuracy, with fixed point (correctly coded as to covering the range) you can get 100% accuracy, that you will NEVER get with floating point, In floating point 47/47 *47 cones out something like 46.9866 Erik |