Search | Google it | Results 1 - 3 of 3 for funcall:isinf (0.00 seconds) |
29: 30: if (isinf(__real__ z) || isinf(__imag__ z)) { 31: __real__ res = INFINITY;
25: 26: if (isinf(__real__ z) || isinf(__imag__ z)) { 27: __real__ res = INFINITY;
41: 42: if (isinf(x) || isnan(x)) 43: return (x);