Texas Instruments NS/CLM/1L1/B Reference Guide - Page 64

rValue, Value, value, rList, rMatrix, Matrix, matrix, errCode, Expr1, Condition1, Expr2, Condition2

Page 64 highlights

P4Ry( ) P4Ry(rValue, qValue) ⇒ value P4Ry(rList, qList) ⇒ list P4Ry(rMatrix, qMatrix) ⇒ matrix Returns the equivalent y-coordinate of the (r, q) pair. Note: The q argument is interpreted as either a degree, radian or gradian angle, according to the current angle mode. In Radian angle mode: Catalog > PassErr Catalog > PassErr Passes an error to the next level. For an example of PassErr, See Example 2 under the Try command, page 84. 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. Note: See also ClrErr, page 13, and Try, page 84. Note for entering the example: In the Calculator application on the handheld, you can enter multi-line definitions by pressing @ · instead of at the end of each line. On the computer keyboard, hold down Alt and press Enter. piecewise() piecewise(Expr1 [, Condition1 [, Expr2 [, Condition2 Returns definitions for a piecewise function in the form of a list. You can also create piecewise definitions by using a template. Note: See also Piecewise template, page 2. Catalog > poissCdf() poissCdf(l,lowBound[,upBound]) ⇒ number if lowBound and upBound are numbers, list if lowBound and upBound are lists Computes a cumulative probability for the discrete Poisson distribution with specified mean l. For P(X  upBound), set lowBound=0 poissPdf() poissPdf(l,XVal) ⇒ number if XVal is a number, list if XVal is a list Computes a probability for the discrete Poisson distribution with the specified mean l. Catalog > Catalog > 58 TI-Nspire™ Reference Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130

58
TI-Nspire™ Reference Guide
P
4
Ry()
Catalog >
P
4
Ry(
rValue
,
q
Value
)
value
P
4
Ry(
rList
,
q
List
)
list
P
4
Ry(
rMatrix
,
q
Matrix
)
matrix
Returns the equivalent y-coordinate of the (r,
q
) pair.
Note:
The
q
argument is interpreted as either a degree, radian or
gradian angle, according to the current angle mode.
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.
Note:
See also
ClrErr
, page 13, and
Try
, page
84.
Note for entering the example:
In the Calculator application
on the handheld, you can enter multi-line definitions by pressing
@
instead of
·
at the end of each line. On the computer
keyboard, hold down
Alt
and press
Enter
.
For an example of
PassErr
, See Example 2 under the
Try
command, page 84.
piecewise()
Catalog >
piecewise(
Expr1
[
,
Condition1
[
,
Expr2
[
,
Condition2
[
,
… ]]]]
)
Returns definitions for a piecewise function in the form of a list. You
can also create piecewise definitions by using a template.
Note:
See also
Piecewise template
, page 2.
poissCdf()
Catalog >
poissCdf(
l
,
lowBound[,upBound]
)
number
if
lowBound
and
upBound
are numbers,
list
if
lowBound
and
upBound
are
lists
Computes a cumulative probability for the discrete Poisson
distribution with specified mean
l
.
For
P
(X
upBound
), set
lowBound
=0
poissPdf()
Catalog >
poissPdf(
l
,
XVal
)
number
if
XVal
is a number,
list
if
XVal
is
a list
Computes a probability for the discrete Poisson distribution with the
specified mean
l
.