Package org.boris.expr.function.excel

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


        assertEquals(eval(e, 0.2, 10, true), 0.864664716763387);
        assertEquals(eval(e, 0.2, 10, false), 1.35335283236613);
    }

    public void testFDIST() throws Exception {
        FDIST f = new FDIST();
        fail("FDIST not implemented");
    }
View Full Code Here

TOP

Related Classes of org.boris.expr.function.excel.FDIST

Copyright © 2018 www.massapicom. 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.