Subtractor

[number/Subtractor]


Takes the difference of the value received on a and the value received on b. Example:

  1. 23@0 is received via a

  2. 22@0 is received via b

  3. 1@0 is sent via diff


Keywords: number, subtract, minus

Input ports

  • a: number

    The first operand of the subtraction

  • b: number

    The second operand of the subtraction

Output ports

  • diff: number

    Sends the difference of 'a' from 'b'

Last updated