Skip to content
Property Value
Hex Value $CA
Categories
Localizations
  • FR: ch(

cosh(

Overview

Returns hyperbolic cosine of a real number, expression, or list.

Availability: Token available everywhere.

Syntax

cosh(value)

Arguments

NameTypeOptional
valuereal|expression|real[]

Location

2nd, catalog, cosh(


Description

Calculates the hyperbolic cosine of a value. The hyperbolic trig functions sinh(, cosh(, and tanh( are an analog of normal trig functions, but for a hyperbola, rather than a circle. They can be expressed in terms of real powers of e, and don't depend on the Degree or Radian mode setting.

cosh(0)
    1
cosh(1)
    1.543080635

Like normal trig commands, cosh( works on lists as well, but not on complex numbers, even though the function is often extended to the complex numbers in mathematics.

Formulas

The definition of hyperbolic cosine is:

(1) \(\begin{align} \cosh{x}=\frac{e^x+e^{-x}}{2} \end{align}\)


Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, Myles_Zadok, thornahawk, Timothy Foster.

History

Calculator OS Version Description
TI-82 1.0 cosh added
TI-83 0.01013 Renamed cosh to cosh(

Last update: July 29, 2024 19:47:40
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand