Examples of DJep


Examples of org.lsmp.djep.djep.DJep

    public void setF(String f) {
        this.f = f;
    }
   
    public Funcion(String f){
        j = new DJep();
        this.f = f;
        j.addStandardConstants();
        //agrega constantes estandares, pi, e, etc
        j.addStandardFunctions();
        //agrega funciones estandares cos(x), sin(x)
View Full Code Here

Examples of org.lsmp.djep.djep.DJep

    public void setF(String f) {
        this.f = f;
    }
   
    public Funcion(String f){
        j = new DJep();
        this.f = f;
        j.addStandardConstants();
        //agrega constantes estandares, pi, e, etc
        j.addStandardFunctions();
        //agrega funciones estandares cos(x), sin(x)
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.