Description
There are three absolute value functions defined in various header files. These are abs, fabs, and labs. Write a template function that subsumes all three of these functions into one template function.
Output
Output the absolute value of the first number, the second number itself and its absolute value, and the absolute value of the third number.