We're used to functions that eat numbers and spit out other numbers. The function
f (x) = x2
eats a number and spits out the square of that number. For example,
f (4) = 16.
There are also vector functions (link) that may eat and/or spit out...