User Manual For - CONTROLLER/DATA RECORDER MultiCon CMC-99/141
Function
X
Y
:
•
If
X
equals
0
, and
Y
is lower than
0
, then logical channel will be in
-Err-
state; putting it in a different way:
X==0
Y < 0
⇒
ERROR
•
If
X
is lower than 0, and
Y
is not
integer
, then logical channel will be in
-Err-
state; putting it in a different way:
X < 0
Y
C
⇒
ERROR
Function
log
y
(X)
:
•
If
X
or
Y
is lower than
1.40129846*10
-45
, then logical channel will be in
-Err-
state; putting it in a different way:
X < 1.40129846e-45 Y < 1.40129846e-45
∨
ERROR
⇒
•
If
absolute value
of
Y
minus
1
is lower than
1.19209290*10
-7
, then logical
channel will be in
-Err-
state; putting it in a different way:
abs(Y - 1)<1.19209290e-7
⇒
ERROR
114