You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/reference.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,9 @@ fzeros
325
325
326
326
## Tracking iterations
327
327
328
-
It is possible to add the keyword argument `verbose=true` when calling the `find_zero` function to get detailed information about the solution and data from each iteration. To save this data a `Tracks`object may be passed in to `tracks`.
328
+
To save this data a `Roots.Tracks`object may be passed in to `tracks` and displayed later.
329
+
330
+
Passing the keyword argument `verbose=true` is now deprecated when calling the `find_zero` function to get detailed information about the solution and data from each iteration.
0 commit comments