Returns a single-precision floating-point array with the specified dimensions.
a = FINDGEN(4, 2)
.
INFO, a
A FLOAT = Array(4, 2)
PRINT, a
0.00000 1.00000 2.00000 3.00000 4.00000 5.00000 6.00000 7.00000