allFunctions.AddRange(Create3(
"mad",
"Performs an arithmetic multiply/add operation on three values.",
IntrinsicTypes.AllNumericTypes,
"m", "The multiplication value.",
"a", "The first addition value.",
"b", "The second addition value."));
A multiply-add has two multiplication values and one addition value, not the other way around.
A multiply-add has two multiplication values and one addition value, not the other way around.