Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
math
/
__math_invalidf.c
blob: 357d4b121176783974a366e10f68c4d749050cdf [
file
] [
log
] [
blame
]
#include
"libm.h"
float
__math_invalidf
(
float
x
)
{
return
(
x
-
x
)
/
(
x
-
x
);
}