18The use of float can be the preferred choice of a programmer for some applications. First, in order to save memory, because float occupies half the memory of a double. Second, it is not always true that increasing the accuracy of floating point numbers will increase the accuracy of a computation, although in most of the cases it will. The wisdom of the field is to always to use as much accuracy as you need and no more!