• 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 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...
  • 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...
  • Floating Point
    How I can deny a number floating point, without using some mathematical operation (eg. :number * (-1)). ?? How can I take the first 8 bits of the number???