diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-11 17:13:47 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-11 17:13:47 +0000 |
commit | f0d7ce1d71817b0649434a0ec5a679b89deb5ff0 (patch) | |
tree | a8ce7f4c7b361d661ab2d3142ed59654a76aff7f /man3/cacos.3 | |
parent | 6b300a6bc3c88f227bb866a13b382e3f49a46c09 (diff) |
Added VERSIONS section pointing out that these functions first appeared
in glibc in version 2.1.
Diffstat (limited to 'man3/cacos.3')
-rw-r--r-- | man3/cacos.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/cacos.3 b/man3/cacos.3 index 5273faee4..b483a0cf1 100644 --- a/man3/cacos.3 +++ b/man3/cacos.3 @@ -1,7 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" Distributed under GPL .\" -.TH CACOS 3 2007-12-26 "" "Linux Programmer's Manual" +.TH CACOS 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME cacos, cacosf, cacosl \- complex arc cosine .SH SYNOPSIS @@ -29,6 +29,8 @@ One has: cacos(z) = \-i clog(z + csqrt(z * z \- 1)) .fi +.SH VERSIONS +These functions first appeared in glibc in version 2.1. .SH "CONFORMING TO" C99. .SH "SEE ALSO" |