Package org.boris.expr.function.excel

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


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

    public void testGEOMEAN() throws Exception {
        GEOMEAN g = new GEOMEAN();
        assertEquals(eval(g, 1, 2, 3, 4, 5, 6), 2.99379516552391);
    }
View Full Code Here

TOP

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

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.