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

Stabilize to_degrees and to_radians for f32 #1438

Closed
haudan opened this issue Jan 1, 2016 · 0 comments
Closed

Stabilize to_degrees and to_radians for f32 #1438

haudan opened this issue Jan 1, 2016 · 0 comments
Labels
T-libs-api Relevant to the library API team, which will review and decide on the RFC.

Comments

@haudan
Copy link

haudan commented Jan 1, 2016

Both these functions are stable for f64, but not for it's little brother, f32.

@sfackler sfackler added the T-libs-api Relevant to the library API team, which will review and decide on the RFC. label Jan 1, 2016
bors added a commit to rust-lang/rust that referenced this issue Jan 1, 2016
f64 methods have been stable since rust 1.0, but f32 never got stabilised.

I suggest backporting this to beta as well (needs changing stablilisation version then).

r? @aturon

Fixes rust-lang/rfcs#1438
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-libs-api Relevant to the library API team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

2 participants