• Conversion (unsigned int)double incorrect.
    I'm calculate sin by table. Example fragment code bellow .... #define Tabl_acos 0x80000000 ... ... double tsin (double arg) { double argout; unsigned int *adr; adr = (unsigned int ...
  • Conversion (unsigned int)double incorrect.
    I'm calculate sin by table. Example fragment code bellow .... #define Tabl_acos 0x80000000 ... ... double tsin (double arg) { double argout; unsigned int *adr; adr = (unsigned int ...
  • double trouble?
    Hi all. using uVision 4, keil compiler. I'm trying to create a very simple function that takes an argument list, but it seems like when i use parameters of type double, it doesn't work right...
  • double trouble?
    Hi all. using uVision 4, keil compiler. I'm trying to create a very simple function that takes an argument list, but it seems like when i use parameters of type double, it doesn't work right...
  • Double and float values
    Does using a double or float value for the MCB1700 board cause severe inefficiency? I would like to use two or three double values for precise calculations of values. Will this cause a problem or will...