| |||||
Technical Support Support Resources
Product Information | C166: DOUBLE PRECISION FLOATS TRUNCATED TO SINGLE PRECISIONInformation in this article applies to:
SYMPTOMSI am trying to use double precision floating point numbers in my project and I have declared them using the 'double' keyword, however, the numbers are being truncated to single precision. CAUSEYou must configure the compiler to enable double precision floating point numbers. RESOLUTIONUse the FLOAT64 compiler directive to enable double precision floating point numbers. In µVision choose 'Options for Target' from the Project menu and click on the C166 tab. Check the 'Double-precision Floating-point' item. MORE INFORMATION
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Friday, July 15, 2005 | ||||
| |||||