EXPT
Gives the real result of the operation: (base
exponent
)
'base' being the first argument and 'exponent' the second one.
Arguments | |||
---|---|---|---|
IN | IN | REAL | Any signed real value |
EXP | EXP | DINT | Integer exponent |
EXPT | Q | REAL | (IN EXP ) |
Example
(* FBD Program using "EXPT" Function *)

(* ST Equivalence: *)
tb_size := ANA (EXPT (2.0, range) );
Provide Feedback