well is there any equivilant to this but for doubles?
I am wondering because I am working on a number pad OSK. Top Secret! :D
Well I want the output to be a double.
One way that I could do it if there is no double functions is by getting their input as a char array and then converting it to a double. Is that easy?