14 Mar
2009
14 Mar
'09
7:52 p.m.
To Andrew Stacey - My take on your question is that in programming, functions correspond in mathematics to partially defined functions. A properly coded programming function must either return the result of a computation for given inputs, or return a signal that the programming function is not defined on the inputs provided. The empty mathematical function would correspond to the programming function that returns that "undefined" signal for all inputs whatsoever. Ellis D. Cooper