Pass floats as string literals to a method
public class Main { public static void main(String[] argv) { System.out.println(0.1f); } }