Tracking Issue for const_mul_add (original) (raw)

Feature gate: #![feature(const_mul_add)]

This is a tracking issue for making mul_add const.

Public API

impl {f16, f32, f64, f128} { pub const fn mul_add(self, a: Self, b: Self) -> Self; }

Steps / History

(Remember to update the S-tracking-* label when checking boxes.)

Unresolved Questions

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html