The Raise a Longword Base to a Longword Exponent routine raises a signed longword base to a signed longword exponent. Format OTS$POWJJ longword-integer-base ,longword-integer-exponent
1 – Returns
OpenVMS usage:longword_signed type: longword (signed) access: write only mechanism: by value Result of raising a signed longword base to a signed longword exponent.
2 – Arguments
longword-integer-base OpenVMS usage:longword_signed type: longword (signed) access: read only mechanism: by value Base. The longword-integer-base argument is a signed longword containing the base. longword-integer-exponent OpenVMS usage:longword_signed type: longword (signed) access: read only mechanism: by value Exponent. The longword-integer-exponent argument is a signed longword containing the exponent.