M BUZZ CRAZE NEWS
// general

In a Calculator, Which Button Should be Bigger: $\sinh()$ or $\rm asin()$?

By Jessica Wood
$\begingroup$

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}$)
$\endgroup$ 3

2 Answers

$\begingroup$

$\sin$ will be used much more often than $\sinh$. As for the inverses, I would expect a calculator to have an INV button which changes all trigonometric functions to their inverses.

$\endgroup$ 2 $\begingroup$

My experience tells me that $sin^{-1}$ will be pressed the most, then $sin$.

To be honest, I never used the other two buttons in any of high-school problems (and in my basic physics course)

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy