VMS Help
RTL Routines, OTS$, OTS$POWLULU
*Conan The Librarian
|
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
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.
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.