Math

Add

This task adds two numbers.

Parameter Type Description
Result Long, Double Output
Addend 1 Long, Double The first number to be added.
Addend 2 Long, Double The second number to be added.

Subtract

This subtracts one number from another.

Parameter Type Description
Result Long, Double Output.
Minuend Long, Double The number to be subtracted from.
Subtrahend Long, Double The number to subtract from the minuend.