Examples of DEVSQ


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

        CRITBINOM c = new CRITBINOM();
        assertEquals(eval(c, 6, 0.5, 0.75), 4.);
    }

    public void testDEVSQ() throws Exception {
        DEVSQ d = new DEVSQ();
        assertEquals(eval(d, 4, 5, 8, 7, 11, 4, 3), 48.);
    }
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.