262263264265266267268269
assertEquals(eval(h, 1, 2, 3, 4, 5, 6), 2.44897959183674); assertEquals(eval(h, 1, 2, 3, 0), ExprError.NUM); } public void testHYPGEOMDIST() throws Exception { HYPGEOMDIST h = new HYPGEOMDIST(); fail("HYPGEOMDIST not implemented"); }