Class Methods
java.lang.Object
math.differentialcalculus.Methods
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMethodDifferential
(String method, String var, Derivative d) static boolean
isInbuiltMethodName
(String name)
-
Field Details
-
inbuiltOperators
-
inbuiltMethods
A list of all inbuilt methods of the parser of this software.The user is free to define his own functions.
-
-
Constructor Details
-
Methods
public Methods()
-
-
Method Details
-
isInbuiltMethodName
- Parameters:
name
- The name of the token we wish to verify as an inbuilt method- Returns:
- true if the name connotes an inbuilt method's name.
-
getMethodDifferential
- Parameters:
method
- The method name..e.g sin, cos, tan e.t.c.var
- The name of the Differentiable.d
- The invoking Derivative object.- Returns:
- the differential coefficient.
-