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 bc2c29e commit 6279e52Copy full SHA for 6279e52
lib/node_modules/@stdlib/blas/base/cscal/benchmark/fortran/benchmark.length.f
@@ -152,7 +152,7 @@ end subroutine cscal
152
! ..
153
call random_number( r1 )
154
call random_number( r2 )
155
- alpha = cmplx( (real(r1)*5.0), (real(r2)*5.0) )
+ alpha = cmplx( (real(r1)*0.5), (real(r2)*0.5) )
156
do i = 1, len
157
158
0 commit comments