CompuServe Thread

Doubles vs. floats

1 messages in this thread
#36163From: Steve EckhartAug 1, 1993 11:45 PM
Mark, It's actually faster to use doubles than it is to use floats (although it takes twice the memory, of course). That's because the system promotes the floats to doubles and back whenever it performs any math operations. Steve