Fixing HUGE_VALF to HUGE_VALL.
This commit is contained in:
parent
7dad0e441a
commit
124ccc500e
@ -47,7 +47,7 @@ ctanl(long double complex z)
|
|||||||
|
|
||||||
if (d == 0.0L) {
|
if (d == 0.0L) {
|
||||||
/* mtherr ("ctan", OVERFLOW); */
|
/* mtherr ("ctan", OVERFLOW); */
|
||||||
w = HUGE_VALF + HUGE_VALF * I;
|
w = HUGE_VALL + HUGE_VALL * I;
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user