Required Static Methodswift-numerics 1.0.3RealModule
_mulAdd(_:_:_:)
a*b + c, computed either with an FMA or with separate multiply and add.
static func _mulAdd(_ a: Self, _ b: Self, _ c: Self) -> Self
Whichever is faster should be chosen by the compiler statically.