10.24.275 roundf
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/roundf.html
Gnulib module: roundf or roundf-ieee
Portability problems fixed by either Gnulib module roundf
or roundf-ieee
:
- This function is missing on some platforms:
FreeBSD 5.2.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, MSVC 9.
- This function is not declared on some platforms:
glibc 2.8.
- This functions returns a wrong result for x = 1/2 - 2^-25
on some platforms:
mingw with MSVCRT.
Portability problems fixed by Gnulib module roundf-ieee
:
- This function returns a positive zero for an argument between −0.5 and 0
on some platforms:
AIX 7.1.
Portability problems not fixed by Gnulib: