Skip to content
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

incorrect floatmin? #82

Closed
stevengj opened this issue Dec 14, 2018 · 1 comment · Fixed by #107
Closed

incorrect floatmin? #82

stevengj opened this issue Dec 14, 2018 · 1 comment · Fixed by #107

Comments

@stevengj
Copy link
Member

We currently use the definition Base.floatmin(::Type{$T}) = $(_nextfloat(zero(T))).

However, floatmin in Julia is defined to give the smallest non-subnormal value. For binary floating point, this is actually nextfloat(zero(T)) / eps(T), so maybe we should use the same definition?

@stevengj
Copy link
Member Author

See also JuliaLang/julia#30387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant