We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea863 commit f0a182dCopy full SHA for f0a182d
src/fortran/log.f90
@@ -40,7 +40,7 @@ end function cdlog1p
40
double complex function pos_cdlog(z)
41
implicit none
42
double complex :: z
43
- double precision :: re, im, arg
+ double precision :: re, im
44
45
re = real(z)
46
im = aimag(z)
0 commit comments