Examples of HARMEAN


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

        GROWTH g = new GROWTH();
        fail("GROWTH not implemented");
    }

    public void testHARMEAN() throws Exception {
        HARMEAN h = new HARMEAN();
        assertEquals(eval(h, 1, 2, 3, 4, 5, 6), 2.44897959183674);
        assertEquals(eval(h, 1, 2, 3, 0), ExprError.NUM);
    }
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.