For any function that converts/computes some integer into another integer or be it a real number to another real number. What is the correct teminology to use for this kind of function? I can't think of it as being a mapping function, seems that wikipedia describes mapping function as something else involving more complex topics. Im no map wiz.
For example $f(x) = 2x$, where $x \in \mathbb{N}_+$ or $\mathbb{Z}_+$ (for any positive integer in the input domain) the function transforms $x$ into one number in the range of even positive integers.
How can I refer to this function? Transform function? Mapping function? Does it have a special name? Say I have several functions that use $f(x)$ later on. $g(x) = f(x)+h(x)$ etc.. does $g(x)$ have a special name other than $f(x)$ or... I would like some simple answer on this.
Thanks