The ".f" means it's a float number (a Floating Point number).
If you don't include the f, it will be treated as a double number (a Double-Precision Floating Point number), but it will be converted back to float, and you will get a warning while compiling.