Library /sys$common/syshlp/HELPLIB.HLB  —  RTL Routines, OTS$  OTS$POWDJ
    The Raise a D-Floating Base to a Longword Exponent routine raises
    a D-floating base to a longword exponent.

    Format

      OTS$POWDJ  D-floating-point-base ,longword-integer-exponent

1  –  Returns

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

    Result of raising a D-floating base to a longword exponent.

2  –  Arguments

 D-floating-point-base

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

    Base. The D-floating-point-base argument is a D-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 signed longword integer exponent.
Close Help