??? 09/03/07 13:46 Read: times |
#143949 - A good reference Responding to: ???'s previous message |
Richard Erlacher said:
The fastest way to perform arithmetic is to look it up in a table, addressed by the operands.
If the range and domain of the operations to be performed are of a size that fits the memory space, why not use a lookup? See Math Toolkit for Real-Time Programming by Jack Crenshaw, CMP Books, ISBN 1929629095. |