The Raise an Unsigned Longword Base to an Unsigned Longword Exponent routine raises an unsigned longword integer base to an unsigned longword integer exponent. Format OTS$POWLULU unsigned-lword-int-base, unsigned-lword-int-exponent
1 – Returns
OpenVMS usage:longword_unsigned type: longword (unsigned) access: write only mechanism: by value Result of raising an unsigned longword integer base to an unsigned longword integer exponent.
2 – Arguments
unsigned-lword-int-base OpenVMS usage:longword_unsigned type: longword (unsigned) access: read only mechanism: by value Unsigned longword integer base. The unsigned-lword-int-base argument contains the value of the integer base. unsigned-lword-int-exponent OpenVMS usage:longword_unsigned type: longword (unsigned) access: read only mechanism: by value Unsigned longword integer exponent. The unsigned-lword-int- exponent argument contains the value of the integer exponent.