• Floating point arithmetic - accuracy problem
    Hello, I am using 89C51ED2 for solving non-linear equations. I am facing accuracy problems while doing floating point arithmetic. The accuracy of floating point arithmetic is limited to 3 decimal...
  • Floating point calculation problem..
    Hello I'm using u-vision5 and my target H/W is TLE9834 I can't understand why my code can't be build void filter(U16 RPM) { float omega; omega = (float)RPM; } Yeh. it was OK. but....
  • Problem with floating point number
    My Hardware has STM32L162VD as main processor and other modules on it like GPRS module SIM900. I noticed that when the hardware is under test after few hours the floating point numbers in RAM registers...
  • Problem with floating point operation
    Please, help me to solve the problem: <source code> bit Result; float Density; Density = 0.55; if(( Density < 0.54999995) { Result = 0; } else { Result = 1; } While after running...
  • 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...