User Manual

34 Alphabetical Listing
Cycle
Catalog >
Cycle
Transfers control immediately to the next
iteration of the current loop (For, While, or
Loop).
Cycle is not allowed outside the three
looping structures (For, While, or Loop).
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
Function listing that sums the integers from 1
to 100 skipping 50.
Cylind
Catalog >
Vector Cylind
Note: You can insert this operator from the
computer keyboard by typing @>Cylind.
Displays the row or column vector in
cylindrical form [r, θ, z].
Vector must have exactly three elements.
It can be either a row or a column.
D
dbd()
Catalog >
dbd(date1,date2) value
Returns the number of days between date1
and date2 using the actual-day-count
method.
date1 and date2 can be numbers or lists of
numbers within the range of the dates on
the standard calendar. If both date1 and
date2 are lists, they must be the same
length.
date1 and date2 must be between the
years 1950 through 2049.