remove check for finite/isfinite
finite is not used anymore in code base. isfinite is part of C99 and we assume we only support compilers that support C99.
Showing
Please register or sign in to comment
finite is not used anymore in code base. isfinite is part of C99 and we assume we only support compilers that support C99.