Interface F_COMPLEX cdiv (F_TYPE a, F_TYPE b, F_TYPE c, F_TYPE d)
1 – Description
cdiv() returns the quotient of two complex numbers: (a + ib)/(c + id). Entry-Point Names Generic Function Data Type OpenVMS Tru64 UNIX Name Required cdiv S_FLOAT math$cdiv_s cdivf T_FLOAT math$cdiv_t cdiv X_FLOAT math$cdiv_x cdivl F_FLOAT math$cdiv_f G_FLOAT math$cdiv_g
2 – Exceptions
Exceptional Argument Routine Behavior c=d=0 Invalid argument The quotient may overflow.