Closed as not planned
Description
Feature gate: #![feature(const_float_euclidean_division)]
This is a tracking issue for const_float_euclidean_division
:
Public API
impl $float {
// These are already regularly stable, just not const-stable.
pub const fn div_euclid(self, rhs: f32) -> f32;
pub const fn rem_euclid(self, rhs: f32) -> f32;
}
Steps / History
(Remember to update the S-tracking-*
label when checking boxes.)
- Blocked on Add
const
support for float rounding methods #141521 - Implementation: #...
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.