dcabs1(l) redhat man page | unix.com

Man Page: dcabs1

Operating Environment: redhat

Section: l

double precision function dcabs1(z)
    double complex z,zz
    double precision t(2)
    equivalence (zz,t(1))
    zz = z
    dcabs1 = dabs(t(1)) + dabs(t(2))
    return
    end
Related Man Pages
tanf(3) - opendarwin
tanhf(3) - opendarwin
cbrtf(3) - opendarwin
atanf(3) - opendarwin
csinhf(3) - freebsd
Similar Topics in the Unix Linux Community
How to capture ^x,^y via bash script?
Retrieving previous command in a script
Issue with "rsh" on RedHat
[TIP] Processing YAML files with yq