VMS Help  —  CPML  clog()  Description
    clog() returns the natural logarithm of a complex number.

    clog(x,y) is defined as ln(x + iy) = 1/2 ln(x**2 + y**2) + i *
    atan2(y,x).

                           Entry-Point Names

    Generic                               Compaq
    Function   Data Type   OpenVMS        Tru64 UNIX
    Name       Required    Alpha          Alpha

    clog       S_FLOAT     math$clog_s    clogf
               T_FLOAT     math$clog_t    clog
               X_FLOAT     math$clog_x    clogl
               F_FLOAT     math$clog_f
               G_FLOAT     math$clog_g
Close Help