TI-BASIC:Arsinh

From Learn @ Cemetech
Jump to navigationJump to search

SINHINVERSE.GIF

Command Summary

Calculates the inverse hyperbolic sine of a value.

Command Syntax

sinhֿ¹(value)

Menu Location

The sinhֿ¹( command is only found in the catalog. Press:

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

Calculator Compatibility

TI-83/84/+/SE

Token Size

1 byte

The sinhֿ¹( command calculates the inverse hyperbolic sine of a value. sinhֿ¹(x) is the number y such that x = sinh(y). Unlike for the standard trig functions, this uniquely determines the inverse hyperbolic sine of any real number.

The sinhֿ¹( command also works for lists.

sinhֿ¹(0)
	0
sinhֿ¹({1,2,3})
	{.881373587 1.443635475 1.818446459}

Related Commands