Class TaylorSeries
java.lang.Object
velo.ladaalpha.fields.math.calculus.TaylorSeries
The Class TaylorSeries.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EquationcomputeCenteredAt(Equation f, double s) Compute centered at. 
- 
Constructor Details
- 
TaylorSeries
public TaylorSeries() 
 - 
 - 
Method Details
- 
computeCenteredAt
Compute centered at.- Parameters:
 f- the fs- the s- Returns:
 - the equation
 
 
 -