mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
6 lines
75 B
C
6 lines
75 B
C
#include <math.h>
|
|
|
|
int main( int argc , char ** argv) {
|
|
isfinite(0.0);
|
|
}
|