xref: /aosp_15_r20/external/musl/src/math/nanl.c (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1 #include <math.h>
2 
nanl(const char * s)3 long double nanl(const char *s)
4 {
5 	return NAN;
6 }
7