The C <errno.h> ERANGE is macro constant which represents a range error. ... log(0.0); printf("%f\n", result); if (errno == ERANGE) { printf("log(0.0) ...
確定! 回上一頁