(String[] args)
| 5 | public class MathUtilsTest |
| 6 | { |
| 7 | public static void main(String[] args) throws Exception |
| 8 | { |
| 9 | MathUtilsTest.OPER[] amathutilstest$oper = MathUtilsTest.OPER.values(); |
| 10 | |
| 11 | for (int i = 0; i < amathutilstest$oper.length; ++i) |
| 12 | { |
| 13 | MathUtilsTest.OPER mathutilstest$oper = amathutilstest$oper[i]; |
| 14 | dbg("******** " + mathutilstest$oper + " ***********"); |
| 15 | test(mathutilstest$oper, false); |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | private static void test(MathUtilsTest.OPER oper, boolean fast) |
| 20 | { |