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 f34a131 commit 550f51cCopy full SHA for 550f51c
include/xsf/cephes/hyperg.h
@@ -270,7 +270,7 @@ namespace cephes {
270
271
while (t > MACHEP) {
272
if (bn == 0) { /* check bn first since if both */
273
- sf_error("hyperg", SF_ERROR_SINGULAR, NULL);
+ set_error("hyperg", SF_ERROR_SINGULAR, NULL);
274
return (std::numeric_limits<double>::infinity()); /* an and bn are zero it is */
275
}
276
if (an == 0) /* a singularity */
0 commit comments