Searched refs:fres (Results 1 – 2 of 2) sorted by relevance
23 fres:10.024 fres:-4.025 fres:21.026 fres:0.4285714285714285527 fres:3.0
76 double f, g, fres; in math_012() local81 fres = f + g; in math_012()82 System.out.println("fres:" +fres); in math_012()83 fres = f - g; in math_012()84 System.out.println("fres:" +fres); in math_012()85 fres = f * g; in math_012()86 System.out.println("fres:" +fres); in math_012()87 fres = f / g; in math_012()88 System.out.println("fres:" +fres); in math_012()89 fres = f % g; in math_012()[all …]