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.