Class Factorial

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Factorial extends UnaryFunction
Simple implementation of factorial, good up to 20!
See Also:
  • Constructor Details

    • Factorial

      public Factorial()
  • Method Details