Command List - Casio ClassPad II fx-CP400+E User Manual

Graphing calculator
Table of Contents

Advertisement

Command List

Symbols
(Carriage Return)
Function: Performs a carriage return operation.
Description: In Program Editor, press the E key to
input a carriage return.
• The carriage return can be used in a user program.
It cannot, however, be used in a manual calculation
performed in the Main application.
: (Multi-statement Command)
Function: Use this command to link a series of
statements into a multi-statement (on a single line).
Description: The multi-statement command can
be used in a user program. It cannot, however, be
used in a manual calculation performed in the Main
application.
Syntax 1: {<expression> ; "<string>"} ⇒ <variable
name>
Syntax 2: {<expression> ; "<string>"} ⇒ <list
element>
Syntax 3: <expression> ⇒ <matrix element>
Function: The content of the expression on the left is
evaluated, and the result is assigned to the item on
the right.
' (Comment)
Function: Any text following this symbol is not
executed. You can use this command to include
comment text in your program.
Description: Any line that starts with the comment
symbol (') is treated as comment text, which is
skipped during program execution.
" (quotation mark)
Function: Any text inside of quotation marks is treated
as a string.
=
Syntax: <expression 1> = <expression 2>
Function: Returns true when <expression 1> and
<expression 2> are equal, and returns false when
they are not.
Syntax: <expression 1> ≠ <expression 2>
Function: Returns true when <expression 1> and
<expression 2> are not equal, and returns false when
they are.
<
k
Syntax: <expression 1> < <expression 2>
Function: Returns true when <expression 1>
is less than <expression 2>, and returns false
when <expression 1> is equal to or greater than
<expression 2>.
>
Syntax: <expression 1> > <expression 2>
Ctrl
Function: Returns true when <expression 1> is
greater than <expression 2>, and returns false when
<expression 1> is equal to or less than <expression
2>.
s
Syntax: <expression 1> s <expression 2>
Function: Returns true when <expression 1> is less
Ctrl
than or equal to <expression 2>, and returns false
when <expression 1> is greater than <expression 2>.
t
Syntax: <expression 1> t <expression 2>
Function: Returns true when <expression 1> is
greater than or equal to <expression 2>, and returns
false when <expression 1> is less than <expression
2>.
#
Ctrl - Misc
Syntax: # <string variable name>
Function: This command specifies a string variable
whose string is a variable name.
Example 1: When the content of variable exp1 is π
and the content of variable str1 is "exp1", sin(#str1)
calculates sin(π).
Example 2: To cause a folder to be created during
Ctrl - Misc
program execution:
InputStr name, "Foldername" : NewFolder #name
A
Ctrl - Logic
abExpReg (abExpR)
Syntax: abExpReg
yn
[, [<
>] [,{On ; Off}]]]
Function: Performs
Description: See SinReg.
Ctrl - Logic
and
See "Bitwise Operations" (page 60).
B
BinomialPD
Syntax: BinomialPD
value
Function: See "Binomial Distribution Probability"
(page 152).
Misc - Statistics(1) - Regression
x
y
List,
List[,[FreqList (or 1)]
x
y
=
a
·
b
regression.
x
value, Numtrial value,
Chapter 12: Program Application  206
Chapter 12: Program Application  206
Ctrl - Logic
Ctrl - Logic
Ctrl - Logic
Ctrl - Logic
Misc - String(2)
Ctrl - Logic
k
pos

Advertisement

Table of Contents
loading

Table of Contents