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
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment