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

    Format

      OTS$POWRD  F-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 an F-floating base to a D-floating 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.

 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