This website requires JavaScript.
Explore
Help
Register
Sign In
Lab
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
db33973e0a
cosmopolitan
/
libc
/
math
/
finite.c
8 lines
95 B
C
Raw
Blame
History
#
define _GNU_SOURCE
#
include
"libc/math/math.h"
int
finite
(
double
x
)
{
return
isfinite
(
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink