I am making a calculator app and would like to know: Which of the following functions would be used more often:
- $\sin()$
- $\sinh()$
- $\text{arsin}()$ ($\sin^{-1}$)
- $\text{arsinh}()$ ($\sinh^{-1}$)
I am making a calculator app and would like to know: Which of the following functions would be used more often:
$\sin$ will be used much more often than $\sinh$. As for the inverses, I would expect a calculator to have an
INVbutton which changes all trigonometric functions to their inverses.