2004-03-21 03:05 AM
2011-05-17 02:59 AM
Hello,
I need to do some complex calculation, Is there a compiler setting that will allow me to use double presition floating point. thanks.2011-05-17 02:59 AM
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