Note that when MINUEND and SUBTRAHEND are not arithmetically-comparable, (difference MINUEND SUBTRAHEND) is undefined. For example, (difference (minute 1) (meter 3)) is undefined, since (minute 1) is a time and (meter 3) is a distance, and time-quantities are not comparable with distances.
Note that when MINUEND and SUBTRAHEND are not arithmetically-comparable, (difference MINUEND SUBTRAHEND) is undefined. For example, (difference (minute 1) (meter 3)) is undefined, since (minute 1) is a time and (meter 3) is a distance, and time-quantities are not comparable with distances.
For addition, see Plus Fn.