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

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

Go to download

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 06-Mar-2004
 */
package org.lsmp.djep.groupJep.interfaces;

/**
 * Group has a power operator a ^ b.
 * 
 * @author Rich Morris
 * Created on 06-Mar-2004
 */
public interface HasPowerI {
	public Number pow(Number a,Number b);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy