Package org.boris.expr.function.excel

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


                "stdevpa({1345,1301,1368,1322,1310,1370,1318,1350,1303,1299})",
                26.0545581424796);
    }

    public void testSTEYX() throws Exception {
        STEYX s = new STEYX();
        fail("STEYX not implemented");
    }
View Full Code Here

TOP

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

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.