Skip to content
Snippets Groups Projects
Commit 964439ec authored by Administrator's avatar Administrator Committed by Sergey Gorbunov
Browse files

Use isfinite function instead of finite function

The C function to check if a number is finite is 'isfinite()'. Obviously the
'finite()' function is from C89 and was deprecated with C99 but not yet
removed. At least with the default compiler on macosx 12.5 (arm64) the function
was removed so we switch to 'isfinite()'.
parent 07600838
No related branches found
No related tags found
1 merge request!906Use isfinite function instead of finite function
Pipeline #18151 passed