Class SpecialCaseBinaryFunction

Object
GeneralFunction
UnitaryFunction
SpecialCaseBinaryFunction
All Implemented Interfaces:
Differentiable, Evaluable, Invertible, Outputable, Simplifiable, Comparable<GeneralFunction>, Iterable<GeneralFunction>
Direct Known Subclasses:
Exp, Ln

public abstract class SpecialCaseBinaryFunction
extends UnitaryFunction
implements Invertible
The abstract SpecialCaseBinaryFunction class represents what would typically be BinaryFunctions, but are useful enough to have to have their own UnitaryFunctions. Ex: ln and exp