VMS Help  —  RTL Routines, OTS$  OTS$POWGG
    The Raise a G-Floating Base to a G-Floating Exponent routine
    raises a G-floating base to a G-floating exponent.

    Format

      OTS$POWGG  G-floating-point-base ,G-floating-point-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 G-floating exponent.

2  –  Arguments

 G-floating-point-base

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

    Base that OTS$POWGG raises to a G-floating exponent. The G-
    floating-point-base argument is a G-floating number containing
    the base.

 G-floating-point-exponent

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

    Exponent to which OTS$POWGG raises the base. The G-floating-
    point-exponent argument is a G-floating number containing the
    exponent.
Close Help