VMS Help
RTL Routines, OTS$, OTS$DIVCx
*Conan The Librarian
|
The Complex Division routines return a complex result of a
division on complex numbers.
Format
OTS$DIVC complex-dividend ,complex-divisor
OTS$DIVCD_R3 complex-dividend ,complex-divisor (VAX only)
OTS$DIVCG_R3 complex-dividend ,complex-divisor
OTS$DIVCS complex-dividend ,complex-divisor
OTS$DIVCT_R3 complex-dividend ,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: write only
mechanism: by value
Complex result of complex division. OTS$DIVC returns an F-
floating complex number. OTS$DIVCD_R3 returns a D-floating
complex number. OTS$DIVCG_R3 returns a G-floating complex number.
OST$DIVCS returns an IEEE S-floating complex number. OTS$DIVCT_R3
returns an IEEE T-floating complex number.
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.