Previous Up Next

6.24.1  Rewriting hyperbolic functions as exponentials: hyp2exp

The hyperbolic functions are typically defined in terms of exponential functions; the hyp2exp command converts hyperbolic functions into their exponential forms.


Example.
Input:

hyp2exp(sinh(x))

Output:

ex
1
ex
2

Previous Up Next