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 d1e7cde commit 4a43dd0Copy full SHA for 4a43dd0
lib/node_modules/@stdlib/blas/base/zaxpy/src/zaxpy.f
@@ -59,7 +59,7 @@ subroutine zaxpy( N, alpha, x, strideX, y, strideY )
59
! ..
60
! External functions:
61
interface
62
- double precision function dcabs1( z )
+ subroutine dcabs1( z )
63
complex(kind=kind(0.0d0)) :: z
64
end function dcabs1
65
end interface
0 commit comments