The coshֿ¹( Command

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

COSHINVERSE.GIF

Command Summary

Calculates the inverse hyperbolic cosine of a value.

Command Syntax

coshֿ¹(value)

Menu Location

The coshֿ¹( command can only be found in the catalog. Press:

  1. 2nd CATALOG to access the command catalog.
  2. C to skip to commands starting with C.
  3. Scroll down and select coshֿ¹(

Calculator Compatibility

TI-83/84/+/SE

Token Size

1 byte

The coshֿ¹( function gives the inverse hyperbolic cosine of a value. coshֿ¹(x) is the number y such that x = cosh(y).

Although coshֿ¹(x) can be defined for all real and complex numbers, it assumes real values only for x≥1. Since hyperbolic functions in the Z80 calculators are restricted only to real values, ERR:DOMAIN is thrown when x<1.

The coshֿ¹( command also works for lists.

coshֿ¹(1)
    0
coshֿ¹({2,3})
    {1.316957897 1.762747174}

Error Conditions

  • ERR:DOMAIN when taking the inverse cosh of a number less than 1.

Related Commands

.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.