Function mul_add
const fn mul_add(x: f64, a: f64, b: f64) -> f64
Experimental version of mul_add in core. See f64::mul_add for details.
Examples
# // FIXME(#140515): mingw has an incorrect fma
# // https://sourceforge.net/p/mingw-w64/bugs/848/
#
This standalone function is for testing only. It will be stabilized as an inherent method.