Node:pow, Next:Pred, Previous:Position, Up:Reference
(Under construction.)
operator pow (base: Real; exponent: Integer) = power: Real;or
operator pow (base: Complex; exponent: Integer) = power: Complex;
Exponentiation operator with integer exponent.
pow
is an ISO 10206 Extended Pascal extension.