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