Package org.boris.expr.function.excel

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


        DEVSQ d = new DEVSQ();
        assertEquals(eval(d, 4, 5, 8, 7, 11, 4, 3), 48.);
    }

    public void testEXPONDIST() throws Exception {
        EXPONDIST e = new EXPONDIST();
        assertEquals(eval(e, 0.2, 10, true), 0.864664716763387);
        assertEquals(eval(e, 0.2, 10, false), 1.35335283236613);
    }
View Full Code Here

TOP

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

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.