• floating point calculations
    hi all, i want to calculate the result of the expression ah = (range * count*10*resolution)/(3600*1000); and later add it to the previous value of it ahfinal = ahfinal + ah; in brief to explain...
  • Squaring floating point values
    Hello Everybody, Iam facing a strange problem with floats and their mathematical operations i recive a string of data through serial port( 20bytes i.e 5 float values) so to do mathematical operation...
  • Floating point to ASCII
    Hi Colleagues, I would like to know the library, macro o routine that allows me to convert a float variable(i.e. K=123.57) to ASCII, in C51. After several calculation I got a float number which should...
  • ERROR in compiler (with floating point constants) ???
    Hi my dear friends! I'm needed your help! Please compile this little program below in the IDE and look at the asm output window. This program is only for demonstrate my problem... The result...
  • floating point
    Hi every body I don't know why I don't have the float part of the temp var. float temp; int H_Value; int L_Value; int value = 55; temp = value / 10; H_Value = (int)temp; L_Value = (int)(temp...