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

next_after for Float #118

Closed
carloslbello opened this issue Sep 21, 2015 · 4 comments
Closed

next_after for Float #118

carloslbello opened this issue Sep 21, 2015 · 4 comments

Comments

@carloslbello
Copy link

I'd appreciate a next_after() function definition for the Float trait based on the (currently unstable) {f32,f64}::next_after(), defined here.

@SirVer
Copy link

SirVer commented Nov 24, 2016

+1. Is there another crate that has this already?

remexre pushed a commit to remexre/num that referenced this issue Jun 1, 2017
@cuviper
Copy link
Member

cuviper commented Dec 19, 2017

Upstream deprecated next_after: rust-lang/rust#27752.

@cuviper cuviper closed this as completed Dec 19, 2017
@vks
Copy link
Contributor

vks commented Apr 23, 2018

Note the reason for deprecation:

never really came to fruition and easily implementable outside the standard library

This implies that the fact it was deprecated should not preclude it being implemented in num.

@Stargateur
Copy link

Why not include it to num ?

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

No branches or pull requests

5 participants