float
double
이러한 리터럴 표현식은 동등한 float 리터럴로 대체될 수 있습니다.
예:
float f = (float)1.1;
빠른 수정을 적용한 후:
float f = 1.1f;