Examples of SUMSQ


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

        assertEquals(eval(s, toArray(3., 8, 1, 4., 6, 9), toArray(2, 6, 5, 7,
                7, 3)), 156.);
    }

    public void testSUMSQ() throws Exception {
        SUMSQ s = new SUMSQ();
        assertEquals(eval(s, 3, 4), 25.);
    }
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.