68
2 CPU MODULE INSTRUCTION
2.3 Application instruction
â– Converting single-precision real number angle to radian
â– Converting single-precision real number radian to angle
â– Calculating the square root of single-precision real number
â– Calculating the exponent of single-precision real number
â– Calculating the natural logarithm of single-precision real number
â– Calculating the exponentiation of single-precision real number
â– Calculating the common logarithm of single-precision real number
â– Searching the maximum value of single-precision real number
Instruction symbol Description Reference
RAD Page 451
RADP
DRAD
DRADP
Instruction symbol Description Reference
DEG Page 452
DEGP
DDEG
DDEGP
Instruction symbol Description Reference
DESQR Page 453
DESQRP
Instruction symbol Description Reference
EXP e
[(s)+1, (s)]
ï‚® [(d)+1, (d)] Page 454
EXPP
DEXP
DEXPP
Instruction symbol Description Reference
LOG Loge[(s)+1, (s)] ï‚® [(d)+1, (d)] Page 456
LOGP
DLOGE
DLOGEP
Instruction symbol Description Reference
POW [(s1)+1, (s1)]
[(s2)+1, (s2)]
ï‚® [(d)+1, (d)] Page 458
POWP
Instruction symbol Description Reference
LOG10 log10[(s)+1, (s)] ï‚® [(d)+1, (d)] Page 460
LOG10P
DLOG10
DLOG10P
Instruction symbol Description Reference
EMAX These instructions search for the maximum value in the (n) points of single-precision real number
block data specified by the device starting from the one specified by (s), and store the maximum
value in the device area specified by (d).
Page 461
EMAXP
(s+1, s) (d+1, d)
Converts from degrees to radians
(s+1, s) (d+1, d)
Converts from radians to degrees