update timestamp

This commit is contained in:
Michael Kerrisk 2008-08-01 05:54:27 +00:00
parent 227c3f5648
commit a19492526e
63 changed files with 66 additions and 64 deletions

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ACOS 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ACOS 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
acos, acosf, acosl \- arc cosine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ACOSH 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ACOSH 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
acosh, acoshf, acoshl \- inverse hyperbolic cosine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASIN 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ASIN 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
asin, asinf, asinl \- arc sine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASINH 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH ASINH 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
asinh, asinhf, asinhl \- inverse hyperbolic sine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATAN 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ATAN 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
atan, atanf, atanl \- arc tangent function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATAN2 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ATAN2 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
atan2, atan2f, atan2l \- arc tangent function of two variables
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATANH 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ATANH 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
atanh, atanhf, atanhl \- inverse hyperbolic tangent function
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified 2002-07-27 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH CBRT 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH CBRT 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
cbrt, cbrtf, cbrtl \- cube root function
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CEIL 3 2008-07-29 "" "Linux Programmer's Manual"
.TH CEIL 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
ceil, ceilf, ceill \- ceiling function: smallest integral value not
less than argument

View File

@ -26,7 +26,7 @@
.\" 386BSD man pages
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-08-10 by Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.TH COPYSIGN 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH COPYSIGN 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
copysign, copysignf, copysignl \- copy sign of a number
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH COS 3 2008-07-29 "" "Linux Programmer's Manual"
.TH COS 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
cos, cosf, cosl \- cosine function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH COSH 3 2008-07-29 "" "Linux Programmer's Manual"
.TH COSH 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
cosh, coshf, coshl \- hyperbolic cosine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ERF 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH ERF 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
erf, erff, erfl, \- error function
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH ERFC 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH ERFC 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
erfc, erfcf, erfcl \- complementary error function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXP 3 2008-07-29 "" "Linux Programmer's Manual"
.TH EXP 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
exp, expf, expl \- base-e exponential function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH EXP10 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH EXP10 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
exp10, exp10f, exp10l \- base-10 exponential function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXP2 3 2008-07-29 "" "Linux Programmer's Manual"
.TH EXP2 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
exp2, exp2f, exp2l \- base-2 exponential function
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified 2002-07-27 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXPM1 3 2008-07-29 "" "Linux Programmer's Manual"
.TH EXPM1 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
expm1, expm1f, expm1l \- exponential minus 1
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified Sat Jul 24 19:42:04 1993 by Rik Faith (faith@cs.unc.edu)
.\" Added fabsl, fabsf, aeb, 2001-06-07
.\"
.TH FABS 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FABS 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fabs, fabsf, fabsl \- absolute value of floating-point number
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL.
.\"
.TH FDIM 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FDIM 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fdim, fdimf, fdiml \- positive difference
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" 2000-12-05 some changes inspired by acahalan's remarks
.\" FIXME add text on FLT_ROUNDS to this page?
.\"
.TH FENV 3 2008-07-29 "Linux" "Linux Programmer's Manual"
.TH FENV 3 2008-08-05 "Linux" "Linux Programmer's Manual"
.SH NAME
feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag,
fetestexcept, fegetenv, fegetround, feholdexcept, fesetround,

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH FINITE 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FINITE 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl \-
BSD floating-point classification functions

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH FLOOR 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FLOOR 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
floor, floorf, floorl \- largest integral value not greater than argument
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Modified 2004-11-15, Added further text on FLT_ROUNDS
.\" as suggested by AEB and Fabian Kreutz
.\"
.TH FMA 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FMA 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fma, fmaf, fmal \- floating-point multiply and add
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\"
.TH FMAX 3 2008-07-30 "" "Linux Programmer's Manual"
.TH FMAX 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\"
.TH FMIN 3 2008-07-30 "" "Linux Programmer's Manual"
.TH FMIN 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fmin, fminf, fminl \- determine minimum of two floating-point numbers
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FMOD 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FMOD 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fmod, fmodf, fmodl \- floating-point remainder function
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" This was done with the help of the glibc manual.
.\"
.\" 2004-10-31, aeb, corrected
.TH FPCLASSIFY 3 2008-07-30 "" "Linux Programmer's Manual"
.TH FPCLASSIFY 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
fpclassify, isfinite, isnormal, isnan, isinf \- floating-point
classification macros

View File

@ -28,7 +28,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FREXP 3 2008-07-29 "" "Linux Programmer's Manual"
.TH FREXP 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
frexp, frexpf, frexpl \- convert floating-point number to fractional
and integral components

View File

@ -3,7 +3,7 @@
.\"
.\" Modified 2003-11-18, aeb: historical remarks
.\"
.TH GAMMA 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH GAMMA 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
gamma, gammaf, gammal \- (logarithm of the) gamma function
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH HYPOT 3 2008-07-29 "" "Linux Programmer's Manual"
.TH HYPOT 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
hypot, hypotf, hypotl \- Euclidean distance function
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
.TH ILOGB 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ILOGB 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" 2002-07-27 Walter Harms
.\" this was done with the help of the glibc manual
.\"
.TH ISGREATER 3 2008-07-30 "" "Linux Programmer's Manual"
.TH ISGREATER 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
isgreater, isgreaterequal, isless, islessequal, islessgreater,
isunordered \- floating-point relational tests without exception for NaN

View File

@ -31,7 +31,7 @@
.\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
.\" 2008-07-24, mtk, moved yxx() material into separate y0.3 page
.\"
.TH J0 3 2008-07-29 "" "Linux Programmer's Manual"
.TH J0 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \-
Bessel functions of the first kind

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb
.\"
.TH LDEXP 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LDEXP 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
.\" <mtk.manpages@gmail.com>
.\"
.TH LGAMMA 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LGAMMA 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r, signgam \-
log gamma function

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LOG 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
log, logf, logl \- natural logarithmic function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG10 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LOG10 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
log10, log10f, log10l \- base-10 logarithmic function
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH LOG1P 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LOG1P 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
log1p, log1pf, log1pl \- logarithm of 1 plus argument
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG2 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LOG2 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
log2, log2f, log2l \- base-2 logarithmic function
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
.TH LOGB 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LOGB 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
logb, logbf, logbl \- get exponent of a floating-point value
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH LRINT 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LRINT 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH LROUND 3 2008-07-29 "" "Linux Programmer's Manual"
.TH LROUND 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
lround, lroundf, lroundl, llround, llroundf, llroundl \- round to
nearest integer, away from zero

View File

@ -28,7 +28,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH MODF 3 2008-07-29 "" "Linux Programmer's Manual"
.TH MODF 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
modf, modff, modfl \- extract signed integral and fractional values from
floating-point number

View File

@ -3,7 +3,7 @@
.\" Based on glibc infopages
.\"
.\" Corrections by aeb
.TH NAN 3 2008-07-30 "GNU" "Linux Programmer's Manual"
.TH NAN 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
nan, nanf, nanl \- return 'Not a Number'
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\" Based on glibc infopages
.TH NEXTAFTER 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH NEXTAFTER 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \-
floating-point number manipulation

View File

@ -30,7 +30,7 @@
.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH POW 3 2008-07-29 "" "Linux Programmer's Manual"
.TH POW 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
pow, powf, powl \- power functions
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" (walter.harms@informatik.uni-oldenburg.de)
.\" Modified 2003-11-18, 2004-10-05 aeb
.\"
.TH REMAINDER 3 2008-07-29 "" "Linux Programmer's Manual"
.TH REMAINDER 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
drem, dremf, dreml, remainder, remainderf, remainderl \- \
floating-point remainder function

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" based on glibc infopages
.\" polished, aeb
.TH REMQUO 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH REMQUO 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
remquo, remquof, remquol \- remainder and part of quotient
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH RINT 3 2008-07-29 "" "Linux Programmer's Manual"
.TH RINT 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl \- round
to nearest integer

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH ROUND 3 2008-07-29 "" "Linux Programmer's Manual"
.TH ROUND 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
round, roundf, roundl \- round to nearest integer, away from zero
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SCALB 3 2008-07-29 "" "Linux Programmer's Manual"
.TH SCALB 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
scalb, scalbf, scalbl \- multiply floating-point number
by integral power of radix (OBSOLETE)

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SCALBLN 3 2008-07-29 "" "Linux Programmer's Manual"
.TH SCALBLN 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl \-
multiply floating-point number by integral power of radix

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\" Based on glibc infopages
.TH SIGNBIT 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH SIGNBIT 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
signbit \- test sign of a real floating-point number
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH SIN 3 2008-07-29 "" "Linux Programmer's Manual"
.TH SIN 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
sin, sinf, sinl \- sine function
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
.\" <mtk.manpages@gmail.com>
.\"
.TH SINCOS 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH SINCOS 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
sincos, sincosf, sincosl \- calculate sin and cos simultaneously
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH SINH 3 2008-07-29 "" "Linux Programmer's Manual"
.TH SINH 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
sinh, sinhf, sinhl \- hyperbolic sine function
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH SQRT 3 2008-07-29 "" "Linux Programmer's Manual"
.TH SQRT 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
sqrt, sqrtf, sqrtl \- square root function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH TAN 3 2008-07-29 "" "Linux Programmer's Manual"
.TH TAN 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
tan, tanf, tanl \- tangent function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH TANH 3 2008-07-29 "" "Linux Programmer's Manual"
.TH TANH 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
tanh, tanhf, tanhl \- hyperbolic tangent function
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" <mtk.manpages@gmail.com>
.\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
.\" <kreutz@dbs.uni-hannover.de>
.TH TGAMMA 3 2008-07-29 "GNU" "Linux Programmer's Manual"
.TH TGAMMA 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.SH NAME
tgamma, tgammaf, tgammal \- true gamma function
.SH SYNOPSIS
@ -149,7 +149,9 @@ C99, POSIX.1-2001.
This function had to be called "true gamma function"
since there is already a function
.BR gamma (3)
that returns something else.
that returns something else (see
.BR gamma (3)
for details).
.SH BUGS
If
.I x

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH TRUNC 3 2008-07-29 "" "Linux Programmer's Manual"
.TH TRUNC 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
trunc, truncf, truncl \- round to integer, towards zero
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
.\" 2008-07-24, mtk, created this page, based on material from j0.3.
.\"
.TH Y0 3 2008-07-29 "" "Linux Programmer's Manual"
.TH Y0 3 2008-08-05 "" "Linux Programmer's Manual"
.SH NAME
y0, y0f, y0l, y1, y1f, y1l, yn, ynf, ynl \-
Bessel functions of the second kind