Why is the "f" required when declaring floats?

Viewed 85369

Example:

float timeRemaining = 0.58f;

Why is the f is required at the end of this number?

3 Answers
Related