I'm wondering what sort of algorithm could be used to take something like "4.72" into a float data type, equal to
float x = 4.72;
See Question&Answers more detail:osI'm wondering what sort of algorithm could be used to take something like "4.72" into a float data type, equal to
float x = 4.72;
See Question&Answers more detail:os