when I try to show that the derivative of exp function is $$\frac{\partial e^t}{\partial t}=e^t$$ I need to prove firstly that this limit is equal to 1.
$$\lim_{h\to 0} \, \frac{e^h-1}{h}=1$$
If you try to use L'Hospital's rule then you need firstly to know what is the derivative of exp function that we want to prove it.
If you want to use approximation of $e^\epsilon \simeq1+\epsilon$ you well found the answer '$1$' but I don't want to use this approximation because it based on the Taylor series that required also to know the derivative of exp function that we don't have it yet
The only way that I can prove it, is with the definition of $e$ number $$ \lim_{x\to\infty}\left(1+\frac{1}{x}\right)^x=e $$ so I ask if there are another way to show this limit.
Thank you all for your answers.
But my question is about if there are any other method without use any of the definition or derivative.
As I said in my Question I already know the "only way" to calculate this limit, $$\lim_{h\to 0} \, \frac{e^h-1}{h}=1$$ "the only way" i mean : using this definition
$$\lim_{x\to\infty}\left(1+\frac{1}{x}\right)^x=e$$
by substituting $x=1/h$ you can rewrite it as
$$e=\lim_{h\to0}\left(1+h\right)^{1/h}$$
then : $$\lim_{h\to0} e^h=\lim_{h\to0}(\left(1+h\right)^{1/h})^h =\lim_{h\to0}\left(1+h\right) $$ so you can easily prove it the limit equal to one
$$\lim_{h\to 0} \, \frac{e^h-1}{h}=1$$
so we can say that : this limit is just redefine of the definition of the $e$ number