Closed
Description
Tracking issue for the #![feature(const_float_classify)]
feature gate, which makes the following methods on f32
and f64
const fn
:
classify
is_nan
is_infinite
is_finite
is_subnormal
is_normal
is_sign_positive
is_sign_negative
These require #72447 (#![feature(const_float_bits_conv)]
), so this is transitively blocked on #57241.
Metadata
Metadata
Assignees
Labels
Area: Constant evaluation, covers all const contexts (static, const fn, ...)Area: Floating point numbers and arithmeticBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.
Activity