Examples of COMBIN


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

        assertEquals(TH.eval(c, 1.5, 0.1), 1.5);
        assertEquals(TH.eval(c, 0.234, 0.01), 0.24);
    }

    public void testCOMBIN() throws Exception {
        COMBIN c = new COMBIN();
        assertEquals(eval(c, 8, 2), 28.);
        assertEquals(eval(c, 9, 7), 36.);
    }
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.