Hash :
1480501f
Author :
Date :
2024-12-24T14:45:58
doc: Document mingw with MSVCRT vs. mingw with UCRT. * doc/posix-functions/btowc.texi: Add more details regarding mingw. * doc/posix-functions/fopen.texi: Likewise. * doc/posix-functions/mbrtowc.texi: Likewise. * doc/posix-functions/mbsinit.texi: Likewise. * doc/posix-functions/modf.texi: Likewise. * doc/posix-functions/modff.texi: Likewise. * doc/posix-functions/round.texi: Likewise. * doc/posix-functions/roundf.texi: Likewise. * doc/posix-functions/swprintf.texi: Likewise. * doc/posix-functions/timespec_get.texi: Likewise. * doc/posix-functions/wcrtomb.texi: Likewise.
@node modf
@subsection @code{modf}
@findex modf
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/modf.html}
Gnulib module: modf or modf-ieee
@mindex modf
@mindex modf-ieee
Portability problems fixed by either Gnulib module @code{modf} or @code{modf-ieee}:
@itemize
@end itemize
Portability problems fixed by Gnulib module @code{modf-ieee}:
@itemize
@item
This function has problems with a NaN argument on some platforms:
NetBSD 5.1, Cygwin.
@item
This function has problems with infinite arguments on some platforms:
FreeBSD 6.4, OpenBSD 7.3, mingw with MSVCRT.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize