Tracking Issue for #![feature(const_float_round_methods)]
#141555
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(const_float_round_methods)]
This is a tracking issue for making
const
some methods of floating point types:f64::{floor, ceil, trunc, fract, round, round_ties_even}
f16
,f32
andf128
This extends the work done in #130843
Public API
Steps / History
const
support for float rounding methods #141521Unresolved Questions
f16
andf128
be gated behind#[rustc_const_unstable(feature = {"f16", "f128"}, issue = "116909")]
(from Tracking Issue forf16
andf128
float types #116909) or#[rustc_const_unstable(feature = "const_float_round_methods", issue = "<this one>")]
? The answer is both! Check out this comment: feat: addconst
support for float rounding methods #141521 (comment).Footnotes
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: