Skip to content

Commit

Permalink
Update zrotg.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 5, 2023
1 parent 67269c4 commit fbe27a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/zrotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void CNAME(void *VDA, void *VDB, FLOAT *C, void *VS) {
FLOAT db_i = *(DB+1);
//long double r;
FLOAT S1[2];
FLOAT R=[2];
FLOAT R[2];
long double d;

FLOAT ada = da_r * da_r + da_i * da_i;
Expand Down

0 comments on commit fbe27a3

Please sign in to comment.