• 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...
  • 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...
  • 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...
  • 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
    How can I deny a number floating point without utilizat some mathematical operation? How can I take the first 8 bits of the number floating point, those but significant (MSB) or the bit but significant...