1. Calculate the power y of x POW

1. Calculate the power y of x POW

1.1. Instruction Description

Perform a power operation with the floating-point value of register (B) as the base and the floating-point value of register (E) as the exponent, and transfer the result to register (P).

1.2. The valid operands of the instruction

Input/Output Data Type operand Description
IN1 32-bit real number D/K/FD, local variable (LF) Input 1
IN2 32-bit real number D/K/FD, local variable (LF) Input 2
OUT 32-bit real number D, local variable (LF) output

1.3. Example

Command table:

NETWORK 000

LD M3

POW K10 K3 D0 // result D0(D1) = 1000.0

POW

图1 POW