• Floating-point number
    I need these library files: C51S.LIB C51FPS.LIB C51C.LIB C51FPC.LIB C51L.LIB C51FPL.LIB If anyone has, please send to me via:nguyen-son@aic.com.vn Thanks a lot, Nguyen The Son
  • Problem with floating point calculations
    Hi All, I am working on LPC2378 , I have a problem with floating point calculations. When I use floating point variables and performed divison operation on It My processors got stuck in between, I am...
  • use of printf function for floating point number format
    Hi, I have got the wrong result when I use the function printf with format of floating point number which is more than 1000000. For example: f=10000012; printf("\n\r%4.3f",f); and I have got only...
  • 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???
  • 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...