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.
2 parents 38f3eee + 70b8ee2 commit 5d4180cCopy full SHA for 5d4180c
BLAS/SRC/crotg.f90
@@ -11,7 +11,7 @@
11
! CROTG constructs a plane rotation
12
! [ c s ] [ a ] = [ r ]
13
! [ -conjg(s) c ] [ b ] [ 0 ]
14
-! where c is real, s ic complex, and c**2 + conjg(s)*s = 1.
+! where c is real, s is complex, and c**2 + conjg(s)*s = 1.
15
!
16
!> \par Purpose:
17
! =============
BLAS/SRC/zrotg.f90
! ZROTG constructs a plane rotation
0 commit comments