It really does appear you have a fundamental misunderstanding of the concept of the exponential function and its inverse, the natural logarithm.
You know what 10*10, 10*10*10, 10*10*10*10, etc., are. Another way to write those numbers is to use the exponentiation operator: 10*10=102, 10*10*10=103, and so on. Just like multiplication by an integer is nothing more than repeated addition, raising a number to an integral power is nothing more than repeated addition. And just as multiplication can be extended to the reals, so can exponentiation. Extending exponentiation to the reals leads to functions like f(x)=10x.
There is nothing special about 10. One can similarly calculate things like 2/32, 2/33, and more generally, 2/3x. e is just another number in this regard. ex is just another exponential function like 10x. The function f(x)=ex has such incredible properties that it is called the exponential function.
Functions can have inverses. The inverse of a function is not f-1(x)=1/f(x). Instead, it is the function that "undoes" what the function did: f-1(f(x))=x. For example, the inverse of f(x)=x2 is the square root function. The exponential function has an inverse as well, the natural logarithm function.