Tracking Issue for core_float_math
#137578
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(core_float_math)]
This is a tracking issue for floating point math operations in
core
.Public API
TBD; this is just to reserve a tracking issue number.
Steps / History
core
tostd
to avoid Clibm
dependency Remove dependencies on libm functions from libcore. #27823core
float types: move copysign, abs, signum to libcore #131304Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: