summaryrefslogtreecommitdiff
path: root/doc/posix-functions/frexp.texi
blob: a53fcf4439fcd14d5cdee5d38488d280cf3fd2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@node frexp
@section @code{frexp}
@findex frexp

POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html}

Gnulib module: frexp

Portability problems fixed by Gnulib:
@itemize
@item
This function does not work on denormalized numbers on some platforms:
NetBSD 3.0.
@item
This function does not work on negative zero on some platforms:
NetBSD 4.99, MSVC 14.
@item
This function does not work on infinite numbers on some platforms:
IRIX 6.5, mingw, MSVC 14.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize