Copyright Digital Equipment Corp. All rights reserved.

Arguments

 

complex-dividend

   OpenVMS usage:complex_number
   type:         F_floating complex, D_floating complex, G_floating
                 complex, IEEE S_floating complex, IEEE T_floating
                 complex
   access:       read only
   mechanism:    by value

   Complex dividend. The complex-dividend argument contains a
   floating-point complex value. For OTS$DIVC, complex-dividend
   is an F-floating complex number. For OTS$DIVCD_R3, complex-
   dividend is a D-floating complex number. For OTS$DIVCG_R3,
   complex-dividend is a G-floating complex number. For OTS$DIVCT_
   R3, complex-dividend is an IEEE T-floating complex number.
 

complex-divisor

   OpenVMS usage:complex_number
   type:         F_floating complex, D_floating complex, G_floating
                 complex, IEEE S_floating complex, IEEE T_floating
                 complex
   access:       read only
   mechanism:    by value

   Complex divisor. The complex-divisor argument contains the value
   of the divisor. For OTS$DIVC, complex-divisor is an F-floating
   complex number. For OTS$DIVCD_R3, complex-divisor is a D-floating
   complex number. For OTS$DIVCG_R3, complex-divisor is a G-floating
   complex number. For OTS$DIVCS, complex-divisor is an IEEE S-
   floating complex number. For OTS$DIVCS, complex-dividend is an
   IEEE S-floating complex number. For OTS$DIVCT_R3, complex-divisor
   is an IEEE T-floating complex number.