Class BinaryFunction

Object
GeneralFunction
BinaryFunction
All Implemented Interfaces:
Differentiable, Evaluable, Outputable, Simplifiable, Comparable<GeneralFunction>, Iterable<GeneralFunction>
Direct Known Subclasses:
IntegerBinaryFunction, Logb, Pow, Rand

public abstract class BinaryFunction
extends GeneralFunction
The abstract BinaryFunction class represents function of two inputs and that aren't commutable. Ex: log_{2}(x) or 3^(x)