cancel
Showing results for 
Search instead for 
Did you mean: 

double precision floating point

jones2
Associate II
Posted on March 21, 2004 at 12:05

double precision floating point

2 REPLIES 2
jones2
Associate II
Posted on May 17, 2011 at 11:59

Hello,

I need to do some complex calculation, Is there a compiler

setting that will allow me to use double presition floating point.

thanks.
danielh1
Associate II
Posted on May 17, 2011 at 11:59

Quote:

I need to do some complex calculation, Is there a compiler

setting that will allow me to use double presition floating point.

Not with the Keil compiler. It recognizes ''double'' but handles it as a simple float.

By the way, are you sure that you really need double? It has nothing to do with the ''complexity'' of the calculation, but only with its precision (64 bits).

Daniel