Searched refs:floatToDoubleToIntPrint (Results 1 – 1 of 1) sorted by relevance
1377 public static String floatToDoubleToIntPrint(float value) { in floatToDoubleToIntPrint() method in Main1764 assertStringEquals("d=12.25, i=12", floatToDoubleToIntPrint(12.25f)); in main()