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
-
Method Summary
Modifier and Type Method Description Class<?>
getInverse()
Returns theClass
corresponding to the inverse of this function
-
Method Details
-
getInverse
Class<?> getInverse()Returns theClass
corresponding to the inverse of this function- Returns:
- the inverse
Class
-