HELPLIB.HLB  —  RTL Routines, OTS$  OTS$POWDD
    The Raise a D-Floating Base to a D-Floating Exponent routine
    raises a D-floating base to a D-floating exponent.

    Format

      OTS$POWDD  D-floating-point-base ,D-floating-point-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 D-floating 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.

 D-floating-point-exponent

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

    Exponent. The D-floating-point-exponent argument is a D-floating
    number that contains the exponent.
Close Help