Package samer.maths
Class Constant
- java.lang.Object
-
- samer.maths.Function
-
- samer.maths.Constant
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
apply(double t)
Function
derivative()
void
dispose()
java.lang.String
format(java.lang.String arg)
double
next()
void
next(double[] x)
java.lang.String
toString()
-
-
-
Method Detail
-
dispose
public void dispose()
-
derivative
public Function derivative()
- Overrides:
derivative
in classFunction
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-