Package samer.functions
Class CompoundFunction
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.CompoundFunction
-
public class CompoundFunction extends Function
-
-
Constructor Summary
Constructors Constructor and Description CompoundFunction(Function f, Function g)
-
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)
Function
inverse()
-
-
-
Method Detail
-
derivative
public Function derivative()
- Overrides:
derivative
in classFunction
-
-