Compressed synopsis as per Fabian Kreutz's suggestion

This commit is contained in:
Michael Kerrisk 2004-11-11 17:28:42 +00:00
parent 925d4d6a89
commit d39541ec41
56 changed files with 116 additions and 116 deletions

View File

@ -36,9 +36,9 @@ atan, atanf, atanl \- arc tangent function
.B #include <math.h>
.sp
.BI "double atan(double " x );
.sp
.br
.BI "float atanf(float " x );
.sp
.br
.BI "long double atanl( long double " x );
.sp
.fi

View File

@ -36,9 +36,9 @@ atan2, atan2f, atan2l \- arc tangent function of two variables
.B #include <math.h>
.sp
.BI "double atan2(double " y ", double " x );
.sp
.br
.BI "float atan2f(float " y ", float " x );
.sp
.br
.BI "long double atan2l(long double " y ", long double " x );
.sp
.fi

View File

@ -36,9 +36,9 @@ atanh, atanhf, atanhl \- inverse hyperbolic tangent function
.B #include <math.h>
.sp
.BI "double atanh(double " x );
.sp
.br
.BI "float atanhf(float " x );
.sp
.br
.BI "long double atanhl(long double " x );
.sp
.fi

View File

@ -8,9 +8,9 @@ cabs, cabsf, cabsl \- absolute value of a complex number
.B #include <complex.h>
.sp
.BI "double cabs(double complex " z );
.sp
.br
.BI "float cabsf(float complex " z );
.sp
.br
.BI "long double cabsl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cacos, cacosf, cacosl \- complex arc cosine
.B #include <complex.h>
.sp
.BI "double complex cacos(double complex " z );
.sp
.br
.BI "float complex cacosf(float complex " z );
.sp
.br
.BI "long double complex cacosl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine
.B #include <complex.h>
.sp
.BI "double complex cacosh(double complex " z );
.sp
.br
.BI "float complex cacoshf(float complex " z );
.sp
.br
.BI "long double complex cacoshl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ carg, cargf, cargl \- calculate the argument
.B #include <complex.h>
.sp
.BI "double carg(double complex " z ");"
.sp
.br
.BI "float cargf(float complex " z ");"
.sp
.br
.BI "long double cargl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ casin, casinf, casinl \- complex arc sine
.B #include <complex.h>
.sp
.BI "double complex casin(double complex " z );
.sp
.br
.BI "float complex casinf(float complex " z );
.sp
.br
.BI "long double complex casinl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ casinh, casinhf, casinhl \- complex arc sine hyperbolic
.B #include <complex.h>
.sp
.BI "double complex casinh(double complex " z );
.sp
.br
.BI "float complex casinhf(float complex " z );
.sp
.br
.BI "long double complex casinhl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ catan, catanf, catanl \- complex arc tangents
.B #include <complex.h>
.sp
.BI "double complex catan(double complex " z );
.sp
.br
.BI "float complex catanf(float complex " z );
.sp
.br
.BI "long double complex catanl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ catanh, catanhf, catanhl \- complex arc tangents hyperbolic
.B #include <complex.h>
.sp
.BI "double complex catanh(double complex " z );
.sp
.br
.BI "float complex catanhf(float complex " z );
.sp
.br
.BI "long double complex catanhl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ ccos, ccosf, ccosl \- complex cosine function
.B #include <complex.h>
.sp
.BI "double complex ccos(double complex " z ");"
.sp
.br
.BI "float complex ccosf(float complex " z ");"
.sp
.br
.BI "long double complex ccosl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ ccosh, ccoshf, ccoshl \- complex hyperbolic cosine
.B #include <complex.h>
.sp
.BI "double complex ccosh(double complex " z ");"
.sp
.br
.BI "float complex ccoshf(float complex " z ");"
.sp
.br
.BI "long double complex ccoshl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,15 +8,15 @@ cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function
.B #include <complex.h>
.sp
.BI "double complex cerf(double complex " z );
.sp
.br
.BI "float complex cerff(float complex " z );
.sp
.br
.BI "long double complex cerfl(long double complex " z );
.sp
.BI "double complex cerfc(double complex " z );
.sp
.br
.BI "float complex cerfcf(float complex " z );
.sp
.br
.BI "long double complex cerfcl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cexp, cexpf, cexpl \- complex exponential function
.B #include <complex.h>
.sp
.BI "double complex cexp(double complex " z ");"
.sp
.br
.BI "float complex cexpf(float complex " z ");"
.sp
.br
.BI "long double complex cexpl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
.B #include <complex.h>
.sp
.BI "double complex cexp2(double complex " z ");"
.sp
.br
.BI "float complex cexp2f(float complex " z ");"
.sp
.br
.BI "long double complex cexp2l(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cimag, cimagf, cimagl \- get imaginary part of a complex number
.B #include <complex.h>
.sp
.BI "double cimag(double complex " z ");"
.sp
.br
.BI "float cimagf(float complex " z ");"
.sp
.br
.BI "long double cimagl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ clog, clogf, clogl \- natural logarithm of a complex number
.B #include <complex.h>
.sp
.BI "double complex clog(double complex " z );
.sp
.br
.BI "float complex clogf(float complex " z );
.sp
.br
.BI "long double complex clogl(long double complex " z );
.sp
Link with \-lm.

View File

@ -10,9 +10,9 @@ clog10, clog10f, clog10l \- base-10 logarithm of a complex number
.B #include <complex.h>
.sp
.BI "double complex clog10(double complex " z );
.sp
.br
.BI "float complex clog10f(float complex " z );
.sp
.br
.BI "long double complex clog10l(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ clog2, clog2f, clog2l \- base-2 logarithm of a complex number
.B #include <complex.h>
.sp
.BI "double complex clog2(double complex " z );
.sp
.br
.BI "float complex clog2f(float complex " z );
.sp
.br
.BI "long double complex clog2l(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ conj, conjf, conjl \- calculate the complex conjugate
.B #include <complex.h>
.sp
.BI "double complex conj(double complex " z );
.sp
.br
.BI "float complex conjf(float complex " z );
.sp
.br
.BI "long double complex conjl(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cpow, cpowf, cpowl \- complex power function
.B #include <complex.h>
.sp
.BI "double complex cpow(double complex " x ", complex double " z ");"
.sp
.br
.BI "float complex cpowf(float complex " x ", complex float " z ");"
.sp
.br
.BI "long double complex cpowl(long double complex " x ", complex long double " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ cproj, cprojf, cprojl \- project into Riemann Sphere
.B #include <complex.h>
.sp
.BI "double complex cproj(double complex " z ");"
.sp
.br
.BI "float complex cprojf(float complex " z ");"
.sp
.br
.BI "long double complex cprojl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ creal, crealf, creall \- get real part of a complex number
.B #include <complex.h>
.sp
.BI "double creal(double complex " z );
.sp
.br
.BI "float crealf(float complex " z );
.sp
.br
.BI "long double creall(long double complex " z );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ csin, csinf, csinl \- complex sine function
.B #include <complex.h>
.sp
.BI "double complex csin(double complex " z ");"
.sp
.br
.BI "float complex csinf(float complex " z );
.sp
.br
.BI "long double complex csinl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ csinh, csinhf, csinhl \- complex hyperbolic sine
.B #include <complex.h>
.sp
.BI "double complex csinh(double complex " z ");"
.sp
.br
.BI "float complex csinhf(float complex " z ");"
.sp
.br
.BI "long double complex csinhl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ csqrt, csqrtf, csqrtl \- complex square root
.B #include <complex.h>
.sp
.BI "double complex csqrt(double complex " z ");"
.sp
.br
.BI "float complex csqrtf(float complex " z ");"
.sp
.br
.BI "long double complex csqrtl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ ctan, ctanf, ctanl \- complex tangent function
.B #include <complex.h>
.sp
.BI "double complex ctan(double complex " z ");"
.sp
.br
.BI "float complex ctanf(float complex " z );
.sp
.br
.BI "long double complex ctanl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
.B #include <complex.h>
.sp
.BI "double complex ctanh(double complex " z ");"
.sp
.br
.BI "float complex ctanhf(float complex " z );
.sp
.br
.BI "long double complex ctanhl(long double complex " z ");"
.sp
Link with \-lm.

View File

@ -36,15 +36,15 @@ erf, erff, erfl, erfc, erfcf, erfcl \- error function and complementary error fu
.B #include <math.h>
.sp
.BI "double erf(double " x );
.sp
.br
.BI "float erff(float " x );
.sp
.br
.BI "long double erfl(long double " x );
.sp
.BI "double erfc(double " x );
.sp
.br
.BI "float erfcf(float " x );
.sp
.br
.BI "long double erfcl(long double " x );
.sp
.fi

View File

@ -37,9 +37,9 @@ exp, expf, expl \- base-e exponential function
.B #include <math.h>
.sp
.BI "double exp(double " x );
.sp
.br
.BI "float expf(float " x );
.sp
.br
.BI "long double expl(long double " x );
.fi
.sp

View File

@ -38,9 +38,9 @@ exp10, exp10f, exp10l \- base-10 exponential function
.B #include <math.h>
.sp
.BI "double exp10(double " x );
.sp
.br
.BI "float exp10f(float " x );
.sp
.br
.BI "long double exp10l(long double " x );
.fi
.sp

View File

@ -37,9 +37,9 @@ exp2, exp2f, exp2l \- base-2 exponential function
.B #include <math.h>
.sp
.BI "double exp2(double " x );
.sp
.br
.BI "float exp2f(float " x );
.sp
.br
.BI "long double exp2l(long double " x );
.fi
.sp

View File

@ -31,9 +31,9 @@ expm1, expm1f, expm1l \- exponential minus 1
.B #include <math.h>
.sp
.BI "double expm1(double " x );
.sp
.br
.BI "float expm1f(float " x );
.sp
.br
.BI "long double expm1l(long double " x );
.sp
.fi

View File

@ -8,9 +8,9 @@ fdim, fdimf, fdiml \- positive difference
.B #include <math.h>
.sp
.BI "double fdim(double " x ", double " y );
.sp
.br
.BI "float fdimf(float " x ", float " y );
.sp
.br
.BI "long double fdiml(long double " x ", long double " y );
.sp
Link with \-lm.

View File

@ -9,9 +9,9 @@ fma, fmaf, fmal \- floating-point multiply and add
.B #include <math.h>
.sp
.BI "double fma(double " x ", double " y ", double " z );
.sp
.br
.BI "float fmaf(float " x ", float " y ", float " z );
.sp
.br
.BI "long double fmal(long double " x ", long double " y ", long double " z );
.fi
.sp

View File

@ -8,9 +8,9 @@ fmax, fmaxf, fmaxl \- find maximum value
.B #include <math.h>
.sp
.BI "double fmax(double " x ", double " y );
.sp
.br
.BI "float fmaxf(float " x ", float " y );
.sp
.br
.BI "long double fmaxl(long double " x ", long double " y );
.sp
Link with \-lm.

View File

@ -8,9 +8,9 @@ fmin, fminf, fminl \- find minimum value
.B #include <math.h>
.sp
.BI "double fmin(double " x ", double " y );
.sp
.br
.BI "float fminf(float " x ", float " y );
.sp
.br
.BI "long double fminl(long double " x ", long double " y );
.sp
Link with \-lm.

View File

@ -36,9 +36,9 @@ fmod, fmodf, fmodl \- floating-point remainder function
.B #include <math.h>
.sp
.BI "double fmod(double " x ", double " y );
.sp
.br
.BI "float fmodf(float " x ", float " y );
.sp
.br
.BI "long double fmodl(long double " x ", long double " y );
.fi
.sp

View File

@ -37,9 +37,9 @@ and integral components
.B #include <math.h>
.sp
.BI "double frexp(double " x ", int *" exp );
.sp
.br
.BI "float frexpf(float " x ", int *" exp );
.sp
.br
.BI "long double frexpl(long double " x ", int *" exp );
.fi
.sp

View File

@ -10,9 +10,9 @@ gamma, gammaf, gammal \- (logarithm of the) gamma function
.B #include <math.h>
.sp
.BI "double gamma(double " x ");"
.sp
.br
.BI "float gammaf(float " x ");"
.sp
.br
.BI "long double gammal(long double " x ");"
.sp
Link with \-lm.

View File

@ -36,9 +36,9 @@ hypot, hypotf, hypotl \- Euclidean distance function
.B #include <math.h>
.sp
.BI "double hypot(double " x ", double " y );
.sp
.br
.BI "float hypotf(float " x ", float " y );
.sp
.br
.BI "long double hypotl (long double " x ", long double " y );
.fi
.sp

View File

@ -37,9 +37,9 @@ log, logf, logl \- natural logarithmic function
.B #include <math.h>
.sp
.BI "double log(double " x );
.sp
.br
.BI "float logf(float " x );
.sp
.br
.BI "long double logl(long double " x );
.fi
.sp

View File

@ -37,9 +37,9 @@ log10, log10f, log10l \- base-10 logarithmic function
.B #include <math.h>
.sp
.BI "double log10(double " x );
.sp
.br
.BI "float log10f(float " x );
.sp
.br
.BI "long double log10l(long double " x );
.fi
.sp

View File

@ -30,9 +30,9 @@ log1p \- logarithm of 1 plus argument
.B #include <math.h>
.sp
.BI "double log1p(double " x );
.sp
.br
.BI "float log1pf(float " x );
.sp
.br
.BI "long double log1pl(long double " x );
.sp
.fi

View File

@ -37,9 +37,9 @@ number
.B #include <math.h>
.sp
.BI "double modf(double " x ", double *" iptr );
.sp
.br
.BI "float modff(float " x ", float *" iptr );
.sp
.br
.BI "long double modfl(long double " x ", long double *" iptr );
.fi
.sp

View File

@ -10,9 +10,9 @@ nan, nanf, nanl \- return 'Not a Number'
.B #include <math.h>
.sp
.BI "double nan(const char *" tagp );
.sp
.br
.BI "float nanf(const char *" tagp );
.sp
.br
.BI "long double nanl(const char *" tagp );
.sp
Link with \-lm.

View File

@ -36,9 +36,9 @@ pow, powf, powl \- power functions
.B #include <math.h>
.sp
.BI "double pow(double " x ", double " y );
.sp
.br
.BI "float powf(float " x ", float " y );
.sp
.br
.BI "long double powl(long double " x ", long double " y );
.fi
.sp

View File

@ -29,9 +29,9 @@ pow10, pow10f, pow10l \- base-10 power functions
.B #include <math.h>
.sp
.BI "double pow10(double " x );
.sp
.br
.BI "float pow10f(float " x );
.sp
.br
.BI "long double pow10l(long double " x );
.fi
.sp

View File

@ -12,9 +12,9 @@ remquo, remquof, remquol \- remainder and part of quotient
.B #include <math.h>
.sp
.BI "double remquo(double " x ", double " y ", int *" quo );
.sp
.br
.BI "float remquof(float " x ", float " y ", int *" quo );
.sp
.br
.BI "long double remquol(long double " x ", long double " y ", int *" quo );
.sp
.fi

View File

@ -35,9 +35,9 @@ sin, sinf, sinl \- sine function
.B #include <math.h>
.sp
.BI "double sin(double " x );
.sp
.br
.BI "float sinf(float " x );
.sp
.br
.BI "long double sinl(long double " x );
.fi
.sp

View File

@ -9,9 +9,9 @@ sincos, sincosf, sincosl \- calculate sin and cos simultaneously
.B #include <math.h>
.sp
.BI "void sincos(double " x ", double *" sin ", double *" cos );
.sp
.br
.BI "void sincosf(float " x ", float *" sin ", float *" cos );
.sp
.br
.BI "void sincosl(long double " x ", long double *" sin ", long double *" cos );
.fi
.sp

View File

@ -37,9 +37,9 @@ sinh, sinhf, sinhl \- hyperbolic sine function
.B #include <math.h>
.sp
.BI "double sinh(double " x );
.sp
.br
.BI "float sinhf(float " x );
.sp
.br
.BI "long double sinhl(long double " x );
.fi
.sp

View File

@ -35,9 +35,9 @@ sqrt, sqrtf, sqrtl \- square root function
.B #include <math.h>
.sp
.BI "double sqrt(double " x );
.sp
.br
.BI "float sqrtf(float " x );
.sp
.br
.BI "long double sqrtl(long double " x );
.fi
.sp

View File

@ -36,9 +36,9 @@ tan, tanf, tanl \- tangent function
.B #include <math.h>
.sp
.BI "double tan(double " x );
.sp
.br
.BI "float tanf(float " x );
.sp
.br
.BI "long double tanl(long double " x );
.fi
.sp

View File

@ -36,9 +36,9 @@ tanh, tanhf, tanhl \- hyperbolic tangent function
.B #include <math.h>
.sp
.BI "double tanh(double " x );
.sp
.br
.BI "float tanhf(float " x );
.sp
.br
.BI "long double tanhl(long double " x );
.fi
.sp