a
(float, default: 0): The first value in the subtraction operation.b
(float, default: 0): The second value in the subtraction operation, which will be subtracted from a
.result
(float): The result of subtracting b
from a
.a
input to the first value you want to subtract from.b
input to the value you want to subtract.result
output will contain the result of the subtraction operation.a
is the value being subtracted from, and b
is the value being subtracted.NaN
(Not a Number) or an unexpected result.