Package functions
Interface Integrable
- All Known Implementing Classes:
Acos
,Acosh
,Acot
,Acoth
,Acsc
,Acsch
,Asec
,Asech
,Asin
,Asinh
,Atan
,Atanh
,Cos
,Cosh
,Cot
,Coth
,Csc
,Csch
,GeneralTrigFunction
,InverseTrigFunction
,Sec
,Sech
,Sin
,Sinh
,Tan
,Tanh
,TrigFunction
public interface Integrable
-
Method Summary
Modifier and Type Method Description GeneralFunction
getElementaryIntegral()
Returns the elementary integral of the function.
-
Method Details
-
getElementaryIntegral
GeneralFunction getElementaryIntegral()Returns the elementary integral of the function. Ex:sin(2x)
becomes-cos{2x}
, NOT-cos(2x)/2
.- Returns:
- the elementary integral of the function as specified above
-