VMS Help
RTL Routines, OTS$, OTS$POWRR

 *Conan The Librarian

    The Raise an F-Floating Base to an F-Floating Exponent routine
    raises an F-floating base to an F-floating exponent.

    Format

      OTS$POWRR  F-floating-point-base ,F-floating-point-exponent

  1 - Returns

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

    Result of raising an F-floating base to an F-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.

 F-floating-point-exponent

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

    Exponent. The F-floating-point-exponent argument is an F-floating
    number that contains the exponent.
  Close     Help