User Manual

14 Alphabetical Listing
arcsec()
See sec¹(), page 133.
arcsech()
See sech¹(), page 133.
arcsin()
See sin¹(), page 141.
arcsinh()
See sinh¹(), page 142.
arctan()
See tan¹(), page 152.
arctanh()
See tanh¹(), page 153.
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.