Method | Description | |
---|---|---|
SecantMethod ( double>.Func |
Cretes a new instance.
|
Method | Description | |
---|---|---|
Perform ( double x0, double delta ) : void |
Performs an iteration.
|
public SecantMethod ( double>.Func |
||
f | double>.Func | Function to be solved delegate |
shag | double | The spacing to use. |
delta | double | The function values to use. |
return | System |