Skip to content

Multiply Add Node

Math/Float

Multiplies two floats and adds a third in one rounding step

float_mul_addstd
Inputs3
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

Float

Float
float

Input Float

Factor

Float
factor

Multiplied with the input

Default 1

Addend

Float
addend

Added to the product

Default 0

Output Pins

1

Result

Float
result

Input multiplied by the factor plus the addend

Node Info

Internal name
float_mul_add
Category
Math/Float