VMS Help
RTL Routines, OTS$, OTS$POWSJ

 *Conan The Librarian

    The Raise an IEEE S-Floating Base to a Longword Exponent routine
    raises an IEEE S-floating base to a longword exponent.

    Format

      OTS$POWSJ  S-floating-point-base ,longword-integer-exponent

  1 - Returns

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

    Result of raising an IEEE S-floating base to a longword exponent.

  2 - Arguments

 S-floating-point-base

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

    Base. The S-floating-point-base argument is an IEEE S-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 longword exponent.
  Close     Help