Package | Description |
---|---|
lib.easyjava.math.function |
Modifier and Type | Interface and Description |
---|---|
interface |
DifferentiableFunction
A differentiable function
|
interface |
IntegrableFunction
An integrable function
|
Modifier and Type | Class and Description |
---|---|
class |
UnivariatePolynomialFunction
A univariate polynomial function
|
Modifier and Type | Method and Description |
---|---|
MathematicalFunction |
DifferentiableFunction.derivative()
Takes the derivative of this function
|
MathematicalFunction |
IntegrableFunction.integral()
Takes the indefinite integral of this function, letting the constant
value c be 0
|