User manual

73
For a function (including implied multiplication) or
an instruction, you entered an argument that is an
invalid data type, such as a complex number
where a real number is required.
You attempted to store an incorrect data type, to
a list.
Input to the complex conversions is real.
You attempted to execute a complex number in
an area that is not allowed.
DIM MISMATCH You get this error if
you attempt to store a data type with a dimension
not allowed in the storing data type.
DIVIDE BY 0 This error is returned when:
you attempt to divide by 0.
in statistics,
n
= 1.
DOMAIN You specified an argument to a function
outside the valid range. For example:
For
x
áy:
x
= 0 or
y
< 0 and
x
is not an odd integer.
For
y
x
:
y
and
x
= 0;
y
< 0 and
x
is not an integer.
For áx:
x
< 0.
For LOG or LN:
x
{ 0.
For TAN:
x
= 90°, -90°, 270°, -270°, 450°, etc., and
equivalent for radian mode.
For SIN
-1
or COS
-1
: |
x
| > 1.
For nCr or nPr:
n
or
r
are not integers | 0.
For
x
!:
x
is not an integer between 0 and 69.
30XPlusMV_OM.flpgl Page 73 Friday, November 14, 2014 1:57 PM