Casio ClassPad 300 Programming Manual page 84

Sdk programming guide
Hide thumbs Also See for ClassPad 300:
Table of Contents

Advertisement

Positive Infinity:
eF
1
2
3
4
5
6
4
0
0
0
0
0
0
Negative Infinity:
eF
1
2
3
4
5
4
0
0
0
0
0
True:
eF
1
2
3
4
5
9
0
0
0
0
0
Overflow Error:
eF
1
2
3
4
5
F
0
0
0
0
0
As you can see in the case of infinity or an error, you must inspect the low byte of the
exponent for more information about the value. When dealing with infinity these bytes
will tell you whether the infinity is positive or negative. We will discuss this in detail in
the exponent portion of this section.
If the flag represents an error, the exponent byte tells you which error has occurred. The
following is a list of all possible error values and the corresponding error:
Value in Exponent
0x0000
0x0001
0x0002
0x0003
0x0004
0x0005
0x0006
0x0007
0x0008
0x0009
0x000a
0x000b
0x000c
0x000d
0x000e
0x000f
0x0010
0x0011
0x0012
0x0013
0x0014
0x0015
7
8
9
10
11
12
0
0
0
0
0
0
6
7
8
9
10
11
0
0
0
0
0
0
6
7
8
9
10
11
0
0
0
0
0
0
6
7
8
9
10
11
0
0
0
0
0
0
Error
Norm (Normal – no error)
Acbreak
Syntax ERROR (Syntax error)
Undefined
Memory ERROR (Memory error)
Go ERROR (Jump error)
Nesting ERROR (Nesting error)
Stack ERROR
Argument ERROR (Argument error)
Dimension ERROR (Dimension error)
Com ERROR (Send and receive error)
Transmit ERROR (Transmission error)
Receive ERROR (Reception error)
Memory Full
Undefined
Overflow ERROR
Domain ERROR (Input range error)
Non-Real ERROR
No Solution (There is no solution)
Mismatch
No Variable
Not Found
13
14
15
16
17
0
0
0
0
0
12
13
14
15
16
0
0
0
0
0
0
12
13
14
15
16
0
0
0
0
0
0
12
13
14
15
16
0
0
0
0
0
0
18
19
eS
e1
e2
0
0
1
0
0
17
18
19
eS
e1
e2
0
0
6
0
0
17
18
19
eS
e1
e2
0
0
1
0
0
17
18
19
eS
e1
e2
0
0
0
0
0
84
e3
0
e3
0
e3
0
e3
F

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents