Skip to main content
Visitor II
March 21, 2004
Question

double precision floating point

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

double precision floating point

    This topic has been closed for replies.

    2 replies

    jones2Author
    Visitor II
    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.
    Visitor II
    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