Skip to main content
jones2
Associate III
March 21, 2004
Question

double precision floating point

  • March 21, 2004
  • 2 replies
  • 616 views
Posted on March 21, 2004 at 12:05

double precision floating point

This topic has been closed for replies.

2 replies

danielh1
Associate III
May 17, 2011
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

jones2
jones2Author
Associate III
May 17, 2011
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.