TI-Nspire™ Reference Guide 11
arccoth()
See coth
/
(), page
22
.
arccsc()
See csc
/
(), page
24
.
arccsch()
See csch
/
(), page
24
.
arcsec()
See sec
/
(), page
88
.
arcsech()
See sech
/
(), page
88
.
arcsin()
See sin
/
(), page
93
.
arcsinh()
See sinh
/
(), page
94
.
arctan()
See tan
/
(), page
101
.
arctanh()
See tanh
/
(), page
102
.
augment()
Catalog
>
augment(List1, List2) ⇒ list
Returns a new list that is List2 appended to the end of List1.
augment(Matrix1, Matrix2) ⇒ matrix
Returns a new matrix that is Matrix2 appended to Matrix1. When
the “,” character is used, the matrices must have equal row
dimensions, and Matrix2 is appended to Matrix1 as new columns.
Does not alter Matrix1 or Matrix2.