Class RMCurveFit.InverseFunc
java.lang.Object
com.inductiveautomation.rm.base.RMMath.RMFunc
com.inductiveautomation.rm.graphics.RMCurveFit.InverseFunc
- Enclosing class:
- RMCurveFit
A function whose value is the inverse of another function ie.  realFunc.f(x)=y ==> inverseFunc.f(y)=x
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.rm.base.RMMath.RMFuncintegrate, solve
- 
Constructor Details- 
InverseFunc
 
- 
- 
Method Details- 
fpublic double f(double x) - Specified by:
- fin class- RMMath.RMFunc
 
- 
fprimepublic double fprime(double x, int order) Description copied from class:RMMath.RMFuncnth derivative of function at x. Base class calculates it numerically, but you could override this if you know the exact form. order=1 for first derivative, 2 for second derivative, etc.- Overrides:
- fprimein class- RMMath.RMFunc
 
 
-