User Manual - Page 26

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
22 Alphabetical Listing
χ
2
Pdf()
Catalog >
Computes the probability density function
(pdf) for the χ
2
distribution at a specified
XVal value for the specified degrees of
freedom df.
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 196.
ClearAZ
Catalog >
ClearAZ
Clears all single-character variables in the
current problem space.
If one or more of the variables are locked,
this command displays an error message
and deletes only the unlocked variables. See
unLock, page 163.
ClrErr
Catalog >
ClrErr
Clears the error status and sets system
variable errCode to zero.
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 PassErr, page 109, and Try,
page 157.
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product guidebook.
For an example of ClrErr, See Example 2
under the Try command, page 157.
Loading ...
Loading ...
Loading ...