Data / Math data/subtract

Subtract

Subtracts B from A (A - B).

Inputs

NameTypeOptionalDescription
a number Number to subtract from.
b number Amount to subtract.

Outputs

NameTypeDescription
result number A - B.