Package org.boris.expr.function.excel

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


        assertEquals(eval(d, 2400, 300, 10, 2, 1.5), 306.);
        assertEquals(eval(d, 2400, 300, 10, 10), 22.1225472000003);
    }

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

TOP

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

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.