All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lsmp.djep.groupJep.values.HasComplexValueI Maven / Gradle / Ivy

Go to download

JEP is a Java library for parsing and evaluating mathematical expressions.

There is a newer version: 2.4.2
Show newest version
/* @author rich
 * Created on 11-Mar-2004
 */
package org.lsmp.djep.groupJep.values;
import org.nfunk.jep.type.*;

/**
 * Group elements which have a natural conversion to complex numbers.
 * 
 * @author Rich Morris
 * Created on 11-Mar-2004
 */
public interface HasComplexValueI {
	public Complex getComplexValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy