AngouriMath
NewtonSolver
Property
Summary
Settings for the Newton-Raphson's root-search method
e.g.
e.g.
using var _ = MathS.Settings.NewtonSolver.Set(new NewtonSetting {
From = (-10, -10),
To = (10, 10),
StepCount = (10, 10),
Precision = 30
});
...
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online