Functions Index :: D :: Dif2
Module:
Definition:
Dif2(val x1, val x2)
Description:
Returns the difference of its arguments. [1]
Examples:
v = Dif2(5, 3) # v == 2
w = Dif2(-5, 3) # v == -8
[1]: The function is provided as a building block of more complex functions, particularly for operations on arrays. See the documentation of the array package and the ArrayOpFunc, ArrayOpArrayFunc and ArraySum functions.