Skip to content

Commit

Permalink
Fix rys_roots.c (issue #48)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Nov 12, 2020
1 parent 512c1b6 commit aee731c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rys_roots.c
Original file line number Diff line number Diff line change
Expand Up @@ -2147,6 +2147,7 @@ static int R_qsmit(__float128 *cs, __float128 *fmt_ints, FINT n)
cs[k + j * MXROOTS1] = fac * v[k];
}
}
return 0;
}

static int R_qroot(FINT nroots, double x, double *roots, double *weights)
Expand Down

0 comments on commit aee731c

Please sign in to comment.