-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UndefRefError with BigFloat #247
Comments
I may have to work on the printing, but I fixed it :)
thanks for the bugreport |
Wow. Thanks.
Stephen
PS - do I close this now? I’ve never quite understood the protocol.
… On Aug 14, 2020, at 10:49 AM, Patrick Kofod Mogensen ***@***.***> wrote:
I may have to work on the printing, but I fixed it :)
Results of Nonlinear Solver Algorithm
* Algorithm: Trust-region with dogleg and autoscaling
* Starting Point: BigFloat[0.1000000000000000055511151231257827021181583404541015625, 1.1999999999999999555910790149937383830547332763671875]
* Zero: BigFloat[-2.946409394679634938485093840724924263978449639073062163340279161426250047150898e-16, 1.000000000000000086081641142290574412337466219207267268280186065609437503798838]
* Inf-norm of residuals: 0.000000
* Iterations: 4
* Convergence: true
* |x - x'| < 0.0e+00: false
* |f(x)| < 1.0e-08: true
* Function Calls (f): 5
* Jacobian Calls (df/dx): 5
thanks for the bugreport
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
JuliaRegistries/General#19537 should be available now |
Thanks! I’m just about to submit some seemingly similar BigFloat/Float64 issues (ie former doesn’t work while Float64 does).
… On Aug 14, 2020, at 12:30 PM, Patrick Kofod Mogensen ***@***.***> wrote:
JuliaRegistries/General#19537 should be available now
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example from the website works with Float64 and Float32 args, e.g., but fails with BigFloat.
Stephen
The text was updated successfully, but these errors were encountered: