Exponentation:
a= (* Basis*) x= (* Exponent*) a^x
Logarithmus:
basis= (* Basis *) c= (* Numerus *) x=Log[basis,c] //N
Natürlicher Logarithmus:
c= (* Numerus *) x=Log[c] //N