CEESxDVD—Floating-point complex divide

CEESxDVD performs the mathematical function of floating-point complex divide by using the equation:
Equation of floating-point complex divide
The following routines are provided for the various data types supported:
CEESTDVD
32-bit single floating-point complex number
CEESEDVD
64-bit double floating-point complex number
CEESRDVD
128-bit extended floating-point complex number
Read syntax diagramSkip visual syntax diagram
Syntax

>>-CEESxDVD--(--parm1--,--parm2--,--fc--,--result--)-----------><

parm1 (input)
The first input to the math service. Any representable complex number can be used as input.
parm2 (input)
The second parameter to the math service. Do not set parm2 to 0.
fc (output)
A 12-byte feedback code, optional in some languages, that indicates the result of this service. If you choose to omit this parameter, refer to Invoking callable services for the appropriate syntax to indicate that the feedback code was omitted.

The following symbolic conditions can result from this service:

Code Severity Message number Message text
CEE000 0 The service completed successfully.
result (output)
The result of the floating-point complex divide routine.