aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/ld128/s_nanl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* 1 << 47 needs to be written 1ULL << 47.David Schultz2008-03-021-1/+1
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-10/+9
* Implement and document nan(), nanf(), and nanl(). This commitDavid Schultz2007-12-161-0/+47