Package jmathexpr

Examples of jmathexpr.SequenceVariable


     * @param index the sequence index
     *
     * @return a new SequenceVariable instance
     */
    public static SequenceVariable variable(String name, long index) {
        return new SequenceVariable(name, Naturals.getInstance().create(index), Reals.getInstance());
    }
View Full Code Here

TOP

Related Classes of jmathexpr.SequenceVariable

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.