-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for erf and erfc for f16, f32, f64, f128 #136321
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(float_erf)]This is a tracking issue for the error function (
erf) and complementary error function (erfc) instd. These functions are provided bylibmand are also exposed in C'smath.h(reference).Public API
Steps / History
erfanderfctof32andf64libs-team#89f{16,32,64,128}::{erf,erfc}(#![feature(float_erf)]) #136324Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩