• double float
    The C51 can't support double(8-byte) variable. Does anyone know the third party liberary to support this function?
  • 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...
  • Trouble with ints, floats and double
    I'm using the MCBSTM32C evaluation board. I would like to calculate the angle of the board in relation to the gravity vector. I have no prolems reading the accelerometer. I basically have the gravity...
  • float and double are treated as same ?
    It seems to me that compiler treat double as float type ? I find this from .SRC and .lst file. Both float and double calls ?C_FPCMP, ?C_FPMUL and ?C_FPDIV. thanks. Daniel
  • How convert double type to float?
    The time transmitted from ALLSTAR DATA SOURCE is double type,and wanted to display time to LCD,so I want to convert double type to float ,and want to uS .How can i do that? Thanks a lot!