projects
/
oweals
/
musl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
math: clean up atan2.c
[oweals/musl.git]
/
src
/
math
/
nanl.c
1
#include <math.h>
2
3
long double nanl(const char *s)
4
{
5
return NAN;
6
}