IFunction
FunctionDifferentiable
, FunctionInvertible
B2Fit.FunctionB2LJQ
, B2Fit.FunctionMayerB2LJQ
, Function.Abs
, Function.Chop
, Function.Constant
, Function.Exp
, Function.Identity
, Function.Linear
, Function.Log
, Function.Reciprocal
, Function.Sqrt
, FunctionChain
, MaxwellBoltzmann.Distribution
, StatisticsMCGraphic.MyFunctionInvertible
public interface Function extends IFunction
Modifier and Type | Interface | Description |
---|---|---|
static class |
Function.Abs |
The function f(x) = abs(x)
|
static class |
Function.Chop |
Returns the input value if its magnitude is greater than value specified at
construction; otherwise returns zero.
|
static class |
Function.Constant |
The function f(x) = constant
|
static class |
Function.Exp |
The function f(x) = exp(x)
|
static class |
Function.Identity |
The function f(x) = x
|
static class |
Function.Linear |
The function f(x) = a*x + b
|
static class |
Function.Log |
The function f(x) = ln(x)
|
static class |
Function.Reciprocal |
The function f(x) = 1/x
|
static class |
Function.Sqrt |
The function f(x) = sqrt(x)
|