P
►
Rx()
Catalog >
Note:
The
θ
argument is interpreted as
either a degree, gradian or radian angle,
according to the current angle mode. If the
argument is an expression, you can use
°
,
G
,
or
r
to override the angle mode setting
temporarily.
Note:
You can insert this function from the
computer keyboard by typing
P@>Rx(
...
)
.
P
►
Ry()
Catalog >
P
►
Ry(
rExpr
,
θ
Expr
)
⇒
expression
P
►
Ry(
rList
,
θ
List
)
⇒
list
P
►
Ry(
rMatrix
,
θ
Matrix
)
⇒
matrix
Returns the equivalent y-coordinate of the
(r,
θ
) pair.
Note:
The
θ
argument is interpreted as
either a degree, radian or gradian angle,
according to the current angle mode. If the
argument is an expression, you can use
°
,
G
,
or
r
to override the angle mode setting
temporarily.
Note:
You can insert this function from the
computer keyboard by typing
P@>Ry(
...
)
.
In Radian angle mode:
PassErr
Catalog >
PassErr
Passes an error to the next level.
If system variable
errCode
is zero,
PassErr
does not do anything.
The
Else
clause of the
Try...Else...EndTry
block should use
ClrErr
or
PassErr
. If the
error is to be processed or ignored, use
ClrErr
. If what to do with the error is not
known, use
PassErr
to send it to the next
error handler. If there are no more pending
Try...Else...EndTry
error handlers, the error
dialog box will be displayed as normal.
For an example of
PassErr
, See Example 2
under the
Try
command,
Alphabetical Listing
129
Summary of Contents for TI-Nspire CAS
Page 4: ...4 Service and Warranty Information 249 Index 251 ...
Page 248: ...248 ...
Page 250: ...250 ...