Package functions

Interface Invertible

All Known Implementing Classes:
Acos, Acosh, Acot, Acoth, Acsc, Acsch, Asec, Asech, Asin, Asinh, Atan, Atanh, Cos, Cosh, Cot, Coth, Csc, Csch, Exp, GeneralTrigFunction, InverseTrigFunction, Ln, Sec, Sech, Sin, Sinh, SpecialCaseBinaryFunction, Tan, Tanh, TrigFunction

public interface Invertible
Any classes implementing Invertible have an inverse whose Class is returned by getInverse().
  • Method Summary

    Modifier and Type Method Description
    Class<?> getInverse()
    Returns the Class corresponding to the inverse of this function
  • Method Details

    • getInverse

      Class<?> getInverse()
      Returns the Class corresponding to the inverse of this function
      Returns:
      the inverse Class