Sorry if this is a basic question, but it is not obvious to me. Especially, everywhere I search for the "derivation of hyperbolic functions" it just says stuff like this page:
${\displaystyle \sinh x={\frac {e^{x}-e^{-x}}{2}}={\frac {e^{2x}-1}{2e^{x}}}={\frac {1-e^{-2x}}{2e^{-x}}}}$
and
${\displaystyle \cosh x={\frac {e^{x}+e^{-x}}{2}}={\frac {e^{2x}+1}{2e^{x}}}={\frac {1+e^{-2x}}{2e^{-x}}}}$
It doesn't give any deeper insight to where these functions came from. It goes on to say how $tanh$ and the like are derived from $sinh$ and $cosh$, but it never explains where these functions came from.
Where did they get ${e^{x}-e^{-x}}$ and the $e$ stuff? I took calculus a decade ago so learned about the unit circle and how regular sin/cos for the unit circle were calculated, but I don't remember that much. How do we get an intuition of what these hyperbolic functions mean and how they were discovered (or if not how they were discovered, how to understand them from more fundamental building blocks)?
I am trying to learn about the basics of hyperbolic geometry, wanting to implement hyperbolic tessellations in JavaScript.
Hopefully an explanation that doesn't involve the complex numbers :D.