![JAR search and dependency download from the Maven repository](/logo.png)
org.lsmp.djep.groupJep.interfaces.IntegralDomainI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jep Show documentation
Show all versions of jep Show documentation
JEP is a Java library for parsing and evaluating mathematical expressions. Use groupId org.fudaa to deploy it in maven central
The newest version!
/* @author rich
* Created on 05-Mar-2004
*/
package org.lsmp.djep.groupJep.interfaces;
/**
* A RingI which has a multiplicative indentity.
* Does not add any functionality as RingI defines the
* public Number getMulIdentity();
*
* @author Rich Morris
* Created on 05-Mar-2004
*/
public interface IntegralDomainI extends RingI {
/** get multiplicative identity */
//public Number getMulIdentity();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy