• 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...
  • code for converting float to string
    Is there any library function in KEIL C which converts a floating point into string. If not can somebody give the appropriate code.
  • 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?