These functions are still not in glibc as at version 2.8.

This commit is contained in:
Michael Kerrisk 2008-08-07 07:12:15 +00:00
parent d41a0a779d
commit a7427457db
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.TH CEXP2 3 2002-07-28 "" "Linux Programmer's Manual"
.TH CEXP2 3 2008-08-07 "" "Linux Programmer's Manual"
.SH NAME
cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
.SH SYNOPSIS
@ -20,7 +20,7 @@ The function returns 2 raised to the power of
.SH "CONFORMING TO"
These function names are reserved for future use in C99.
.SH AVAILABILITY
Not yet in glibc, as at version 2.4.
Not yet in glibc, as at version 2.8.
.\" But reserved in NAMESPACE.
.SH "SEE ALSO"
.BR cabs (3),

View File

@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.TH CLOG2 3 2002-07-28 "" "Linux Programmer's Manual"
.TH CLOG2 3 2008-08-07 "" "Linux Programmer's Manual"
.SH NAME
clog2, clog2f, clog2l \- base-2 logarithm of a complex number
.SH SYNOPSIS
@ -31,7 +31,7 @@ close to zero will cause an overflow.
.SH "CONFORMING TO"
These function names are reserved for future use in C99.
.SH AVAILABILITY
Not yet in glibc, as at version 2.4.
Not yet in glibc, as at version 2.8.
.\" But reserved in NAMESPACE.
.SH "SEE ALSO"
.BR cabs (3),