14-110
Num-
ber
Name Boolean Operand Description Steps
F319
P319
Floating-
point type
data
arctangent
operation
ATAN
PATAN
S, D
TAN
-1
(S+1, S)→(D+1, D)
10
F320
P320
Floating-
point type
data natural
logarithm
LN
PLN
S, D
LN(S+1, S)→(D+1, D)
10
F321
P321
Floating-
point type
data
exponent
EXP
PEXP
S, D
EXP(S+1, S)→(D+1, D) 10
F322
P322
Floating-
point type
data
logarithm
LOG
PLOG
S, D
LOG(S+1, S)→(D+1, D) 10
F323
P323
Floating-
point type
data power
PWR
PPWR
S1, S2, D
(S1+1, S1) ^ (S2+1, S2)→(D+1, D) 14
F324
P324
Floating-
point type
data square
root
FSQR
PFSQR
S, D
√(S+1, S)→(D+1, D)
10
F325
P325
16-bit integer
data to
floating-point
type data
conversion
FLT
PFLT
S, D
Converts the 16-bit integer data with sign specified
by “S” to real number data, and the converted data
is stored in “D”.
6
F326
P326
32-bit integer
data to
floating-point
type data
conversion
DFLT
PDFLT
S, D
Converts the 32-bit integer data with sign specified
by (S+1, S) to real number data, and the converted
data is stored in (D+1, D).
8