repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add PTHREAD_NULL
[musl.git]
/
src
/
math
/
__math_invalid.c
blob
177404900d161e4224c1424ec59f08353269d114
1
#include
"libm.h"
2
3
double
__math_invalid
(
double
x
)
4
{
5
return
(
x
-
x
) / (
x
-
x
);
6
}