Method | Description | |
---|---|---|
NewtonMethod ( double>.Func |
Creates a new instance.
|
public NewtonMethod ( double>.Func |
||
f | double>.Func | Function to be solved delegate. |
x | double | The starting point. |
d | double | The spacing to use. |
return | System |