-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
nextfloat(x), prevfloat(x), eps(x) respect precision of BigFloat #19948
Conversation
cc @simonbyrne |
Is this considered a feature? I.e. do I need to polish it off soonish to get into 0.6? |
a new keyword argument to an exported constructor looks like a feature to me |
Is there any chance of getting some of these changes into 1.0? |
I'm in favour. The main I would like to see changes are:
|
OK thanks - I agree. |
Yes, sorry I didn't mention that because you had already made that change! |
@dpsanders mind to close this? As of now |
Thanks @laborg! |
nextfloat(x)
,prevfloat(x)
andeps(x)
now respect the precision of theBigFloat
x
, rather than using the globalBigFloat
precision.This includes a rewritten generic
eps
function.Part of #13155