Examples of HYPGEOMDIST


Examples of org.boris.expr.function.excel.HYPGEOMDIST

        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");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.