Copyright Digital Equipment Corp. All rights reserved.

Arguments

 

polynomial-argument

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

   Argument for the polynomial. The polynomial-argument argument
   is the address of a floating-point number that contains this
   argument. The polynomial-argument argument is an F-floating
   number.
 

degree

   OpenVMS usage:word_signed
   type:         word (signed)
   access:       read only
   mechanism:    by reference

   Highest-numbered nonzero coefficient to participate in the
   evaluation. The degree argument is the address of a signed word
   integer that contains this highest-numbered coefficient.

   If the degree is 0, the result equals C[0]. The range of the
   degree is 0 to 31.
 

coefficient

   OpenVMS usa