I'll approach the issue from the usability stand point. "A function is a map" means you can use and reuse it for different input parameters (as a function in computer library) and get results from it. For example, f(x)=3x^2+6. You can feed it with many real numbes from some interval (-10.0 to...