SSJ
3.3.1
Stochastic Simulation in Java
|
Represents a function computing the square root of another function \(f(x)\). More...
Public Member Functions | |
SqrtMathFunction (MathFunction func) | |
Computes and returns the square root of the function func . More... | |
MathFunction | getFunction () |
Returns the function associated with this object. More... | |
double | evaluate (double x) |
Returns the value of the function evaluated at \(x\). More... | |
Represents a function computing the square root of another function \(f(x)\).
SqrtMathFunction | ( | MathFunction | func | ) |
Computes and returns the square root of the function func
.
func | the function to compute square root for. |
double evaluate | ( | double | x | ) |
Returns the value of the function evaluated at \(x\).
x | value at which the function is evaluated |
x
Implements MathFunction.
MathFunction getFunction | ( | ) |
Returns the function associated with this object.