Class SFactorial

All Implemented Interfaces:
Differentiable, Evaluable, Outputable, Simplifiable, Comparable<GeneralFunction>, Iterable<GeneralFunction>

public class SFactorial
extends Factorial
Stirling's Approximation for factorials asymptotically approaches n!, but it has a delta greater than one for x>=5. It is useful for performance (but not accuracy) of large number inputs, and for approximations of the gamma function especially on [1, 4].