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