Sign in
cobalt
/
cobalt
/
97b64f26fb12c9eab352139c26f0b01d1cb6d0b9
/
.
/
third_party
/
musl
/
src
/
math
/
nanl.c
blob: 969af5641f35e149ea7614b54660005bc9383fcf [
file
] [
log
] [
blame
]
#include
<math.h>
long
double
nanl
(
const
char
*
s
)
{
return
NAN
;
}