Skip to content

Commit bfaf014

Browse files
authored
Update docs/src/basics/solve.md
1 parent 0c9d358 commit bfaf014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ solve(prob::SciMLBase.NonlinearProblem, args...; kwargs...)
1515

1616
- `maxiters::Int`: The maximum number of iterations to perform. Defaults to `1000`.
1717
- `abstol::Number`: The absolute tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(4 // 5)`.
18-
- `reltol::Number`: The relative tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(2 // 5)`.
18+
- `reltol::Number`: The relative tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(4 // 5)`.
1919
- `termination_condition`: Termination Condition from DiffEqBase. Defaults to
2020
`AbsSafeBestTerminationMode()` for `NonlinearSolve.jl` and `AbsTerminateMode()` for
2121
`SimpleNonlinearSolve.jl`.

0 commit comments

Comments
 (0)