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