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

org.lsmp.djep.groupJep.interfaces.FieldI Maven / Gradle / Ivy

Go to download

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

The newest version!
/* @author rich
 * Created on 05-Mar-2004
 */
package org.lsmp.djep.groupJep.interfaces;

/**
 * Represents a field.
 * Abelian group for + with inverse 0.
 * Elements excluding 0 form a abelian group.
 * 
 * @author Rich Morris
 * Created on 05-Mar-2004
 */
public interface FieldI extends IntegralDomainI,HasDivI {
	/** get mul inverse */
	public Number getMulInverse(Number num);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy