Package org.boris.expr.function.excel

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


        SLN s = new SLN();
        fail("SLN not implemented");
    }

    public void testSYD() throws Exception {
        SYD s = new SYD();
        assertEquals(eval(s, 30000, 7500, 10, 1), 4090.90909090909);
        assertEquals(eval(s, 30000, 7500, 10, 10), 409.090909090909);
    }
View Full Code Here

TOP

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

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.