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
ReturnCode.FloatingPointLimit
The success state of the solver. If this return code is given, then the solving process was successful, and the closest floating point value to the solution was given.
Given this equation cannot be solved this return code doesn't seem appropiate. It also feels like the "closest floating point value to the solution" should be pi/2 rather than 0.0.
On Julia 1.10.4 and:
(jl_ajmNJc) pkg> st
Status `/tmp/jl_ajmNJc/Project.toml`
[8913a72c] NonlinearSolve v3.13.1
The text was updated successfully, but these errors were encountered:
Trying to solve the following
IntervalNonlinearProblem
:gives a
FloatingPointLimit
return code and the solution as0.0
. Which according to the docs (https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes) means a successful solve:Given this equation cannot be solved this return code doesn't seem appropiate. It also feels like the "closest floating point value to the solution" should be
pi/2
rather than0.0
.On Julia 1.10.4 and:
The text was updated successfully, but these errors were encountered: