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

org.lsmp.djep.groupJep.interfaces.AbelianGroupI 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;

import org.lsmp.djep.groupJep.*;

/**
 * Represents a abelian (commutative) group.
 * 
 * @author Rich Morris
 * Created on 05-Mar-2004
 */
public interface AbelianGroupI extends GroupI {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy