Class Factorial

All Implemented Interfaces:
Differentiable, Evaluable, Outputable, Simplifiable, Comparable<GeneralFunction>, Iterable<GeneralFunction>
Direct Known Subclasses:
RFactorial, SFactorial

public abstract class Factorial
extends IntegerUnitaryFunction
Factorial is the general class extended in all implementations of factorial. To conform with Settings, factorial should always be instantiated with defaultFactorial(GeneralFunction).