152
Alphabetical Listing
round()
Catalog >
round(
Expr1
[
,
digits
]
)
⇒
expression
Returns the argument rounded to the
specified number of digits after the decimal
point.
digits
must be an integer in the range 0–
12. If
digits
is not included, returns the
argument rounded to 12 significant digits.
Note:
Display digits mode may affect how
this is displayed.
round(
List1
[
,
digits
]
)
⇒
list
Returns a list of the elements rounded to
the specified number of digits.
round(
Matrix1
[
,
digits
]
)
⇒
matrix
Returns a matrix of the elements rounded
to the specified number of digits.
rowAdd()
Catalog >
rowAdd(
Matrix1
,
rIndex1
,
rIndex2
)
⇒
matrix
Returns a copy of
Matrix1
with row
rIndex2
replaced by the sum of rows
rIndex1
and
rIndex2
.
rowDim()
Catalog >
rowDim(
Matrix
)
⇒
expression
Returns the number of rows in
Matrix
.
Note:
See also
colDim()
, page 30.
rowNorm()
Catalog >
rowNorm(
Matrix
)
⇒
expression
Returns the maximum of the sums of the
absolute values of the elements in the rows
in
Matrix
.
Note:
All matrix elements must simplify to
numbers. See also
colNorm()
, page 30.
Summary of Contents for TI-Nspire CAS
Page 4: ...4 Service and Warranty Information 249 Index 251 ...
Page 248: ...248 ...
Page 250: ...250 ...