• Convert an array of characters to float
    I have got a problem with my funtion to convert an array to float. I use the "Debug" to see the value of my variables. The problem is in the multiplication on the second element of array fd[1] only when...
  • about the convert of float
    I want to convert the hex float value in memory into decimal,such as 42F94000H=124.75,which 42F94000H is the hex value,and how can I implement the decimal 124.75 using program,or other cases?
  • convert from long to float
    Hi guys, I need to convert a 32 bit value(long) to a 32 bit float. Unfortunately there is no itof function in C and wikipedia does not give a simple solution. Casting simply does not do the conversion...
  • converting float to longwords
    Hello...first, sorry for the bad suuamry, i cannot change it, i hope you are understand what i mean. i'm doing some project with lots of float data type. now i need to convert the result of calculation...
  • need to convert an ascii to float?
    in embedded programming why do we convert an ascii to float initially?what is the use of it?