293294295296297298299300
LOGEST l = new LOGEST(); fail("LOGEST not implemented"); } public void testMAX() throws Exception { MAX m = new MAX(); assertEquals(eval(m, 10, 7, 9, 27, 2), 27.); }