Package org.boris.expr.function.excel

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


        assertEquals(eval(f, 30, toArray(6, 7, 9, 15, 21), toArray(20, 28, 31,
                38, 40)), 10.6072530864198);
    }

    public void testFREQUENCY() throws Exception {
        FREQUENCY f = new FREQUENCY();
        fail("FREQUENCY not implemented");
    }
View Full Code Here

TOP

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

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.