10.242 expm1l
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html
Gnulib module: expm1l
Portability problems fixed by Gnulib:
- This function is missing on some platforms:
FreeBSD 6.0, NetBSD 9.3, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, Cygwin 1.7.x, mingw, MSVC 9, Android 4.4.
- This function returns 0 instead of small positive values on some platforms:
NetBSD 10.0/i386.
- This function produces results which are accurate to only 16 digits on some
platforms:
musl libc 1.2.2/arm64, musl libc 1.2.2/s390x, Mac OS X 10.5, NetBSD 10.0/x86_64.
Portability problems not fixed by Gnulib: