VMS Help  —  RTL Routines, OTS$  OTS$POWRJ
    The Raise an F-Floating Base to a Longword Exponent routine
    raises an F-floating base to a longword exponent.

    Format

      OTS$POWRJ  F-floating-point-base ,longword-integer-exponent

1  –  Returns

    OpenVMS usage:floating_point
    type:         F_floating
    access:       write only
    mechanism:    by value

    Result of raising an F-floating base to a longword exponent.

2  –  Arguments

 F-floating-point-base

    OpenVMS usage:floating_point
    type:         F_floating
    access:       read only
    mechanism:    by value

    Base. The F-floating-point-base argument is an F-floating number
    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 that contains the longword exponent.
Close Help