summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_nan.c
Commit message (Expand)AuthorAgeFilesLines
* msun: swap words order instead of bits order on BIG ENDIANAlfredo Dal'Ava Junior2020-03-261-4/+5
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-18/+62
* Implement and document nan(), nanf(), and nanl(). This commitDavid Schultz2007-12-161-0/+66