#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man0p/math.h.0p:2 #, no-wrap msgid "math.h" msgstr "" #. type: TH #: man-pages-posix/man0p/math.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/math.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/math.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:11 #, no-wrap msgid "delim $$\n" msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:12 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:15 msgid "math.h \\(em mathematical declarations" msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:15 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:19 #, no-wrap msgid "#include Emath.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:20 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:26 msgid "" "Some of the functionality described on this reference page extends the ISO\\ " "C standard. Applications shall define the appropriate feature test macro " "(see the System Interfaces volume of POSIX.1\\(hy2008, I
, I) to enable the visibility of these symbols in this " "header." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:30 msgid "" "The Imath.hE> header shall define at least the following types:" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:30 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:33 msgid "A real-floating type at least as wide as B." msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:33 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:38 msgid "" "A real-floating type at least as wide as B, and at least as wide as " "B." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:53 msgid "" "If FLT_EVAL_METHOD equals 0, B and B shall be B " "and B, respectively; if FLT_EVAL_METHOD equals 1, they shall both be " "B; if FLT_EVAL_METHOD equals 2, they shall both be B; " "for other values of FLT_EVAL_METHOD, they are otherwise implementation-" "defined." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:58 msgid "" "The Imath.hE> header shall define the following macros, where real-" "floating indicates that the argument shall be an expression of real-floating " "type:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:74 #, no-wrap msgid "" "B<\n" "int fpclassify(real-floating x);\n" "int isfinite(real-floating x);\n" "int isgreater(real-floating x, real-floating y);\n" "int isgreaterequal(real-floating x, real-floating y);\n" "int isinf(real-floating x);\n" "int isless(real-floating x, real-floating y);\n" "int islessequal(real-floating x, real-floating y);\n" "int islessgreater(real-floating x, real-floating y);\n" "int isnan(real-floating x);\n" "int isnormal(real-floating x);\n" "int isunordered(real-floating x, real-floating y);\n" "int signbit(real-floating x);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:86 msgid "" "The Imath.hE> header shall define the following symbolic constants." " The values shall have type B and shall be accurate within the " "precision of the B type." msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:86 #, no-wrap msgid "M_E" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:88 msgid "Value of $e$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:88 #, no-wrap msgid "M_LOG2E" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:90 msgid "Value of $log_ 2\" \" e$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:90 #, no-wrap msgid "M_LOG10E" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:92 msgid "Value of $log_ 10\" \" e$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:92 #, no-wrap msgid "M_LN2" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:94 msgid "Value of $log_ e\" \" 2$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:94 #, no-wrap msgid "M_LN10" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:96 msgid "Value of $log_ e\" \" 10$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:96 #, no-wrap msgid "M_PI" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:98 msgid "Value of $pi$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:98 #, no-wrap msgid "M_PI_2" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:100 msgid "Value of $pi /2$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:100 #, no-wrap msgid "M_PI_4" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:102 msgid "Value of $pi /4$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:102 #, no-wrap msgid "M_1_PI" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:104 msgid "Value of $1/ pi$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:104 #, no-wrap msgid "M_2_PI" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:106 msgid "Value of $2/ pi$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:106 #, no-wrap msgid "M_2_SQRTPI" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:108 msgid "Value of $2/ sqrt pi$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:108 #, no-wrap msgid "M_SQRT2" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:110 msgid "Value of $sqrt 2$" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:110 #, no-wrap msgid "M_SQRT1_2" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:112 msgid "Value of $1/ sqrt 2$" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:116 msgid "" "The Imath.hE> header shall define the following symbolic constant:" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:116 #, no-wrap msgid "MAXFLOAT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:119 msgid "Same value as FLT_MAX in Ifloat.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:123 msgid "The Imath.hE> header shall define the following macros:" msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:123 #, no-wrap msgid "HUGE_VAL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:130 msgid "" "A positive B constant expression, not necessarily representable as a " "B. Used as an error value returned by the mathematics library. " "HUGE_VAL evaluates to +infinity on systems supporting IEEE\\ Std\\ " "754\\(hy1985." msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:130 #, no-wrap msgid "HUGE_VALF" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:135 msgid "" "A positive B constant expression. Used as an error value returned by " "the mathematics library. HUGE_VALF evaluates to +infinity on systems " "supporting IEEE\\ Std\\ 754\\(hy1985." msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:135 #, no-wrap msgid "HUGE_VALL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:140 msgid "" "A positive B constant expression. Used as an error value " "returned by the mathematics library. HUGE_VALL evaluates to +infinity on " "systems supporting IEEE\\ Std\\ 754\\(hy1985." msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:140 #, no-wrap msgid "INFINITY" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:147 msgid "" "A constant expression of type B representing positive or unsigned " "infinity, if available; else a positive constant of type B that " "overflows at translation time." msgstr "" #. type: IP #: man-pages-posix/man0p/math.h.0p:147 #, no-wrap msgid "NAN" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:154 msgid "" "A constant expression of type B representing a quiet NaN. This macro " "is only defined if the implementation supports quiet NaNs for the B " "type." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:161 msgid "" "The following macros shall be defined for number classification. They " "represent the mutually-exclusive kinds of floating-point values. They expand " "to integer constant expressions with distinct values. Additional " "implementation-defined floating-point classifications, with macro " "definitions beginning with FP_ and an uppercase letter, may also be " "specified by the implementation." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:168 msgid "FP_INFINITE FP_NAN FP_NORMAL FP_SUBNORMAL FP_ZERO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:173 msgid "" "The following optional macros indicate whether the I() family of " "functions are fast compared with direct code:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:178 msgid "FP_FAST_FMA FP_FAST_FMAF FP_FAST_FMAL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:192 msgid "" "If defined, the FP_FAST_FMA macro shall expand to the integer constant 1 and " "shall indicate that the I() function generally executes about as fast " "as, or faster than, a multiply and an add of B operands. If " "undefined, the speed of execution is unspecified. The other macros have the " "equivalent meaning for the B and B versions." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:207 msgid "" "The following macros shall expand to integer constant expressions whose " "values are returned by I(I) if I is zero or NaN, respectively. " "The value of FP_ILOGB0 shall be either {INT_MIN} or \\(mi{INT_MAX}. The " "value of FP_ILOGBNAN shall be either {INT_MAX} or {INT_MIN}." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:211 msgid "FP_ILOGB0 FP_ILOGBNAN" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:215 msgid "" "The following macros shall expand to the integer constants 1 and 2, " "respectively;" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:219 msgid "MATH_ERRNO MATH_ERREXCEPT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:225 msgid "" "The following macro shall expand to an expression that has type B and " "the value MATH_ERRNO, MATH_ERREXCEPT, or the bitwise-inclusive OR of both:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:228 msgid "math_errhandling" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:238 msgid "" "The value of math_errhandling is constant for the duration of the program. " "It is unspecified whether math_errhandling is a macro or an identifier with " "external linkage. If a macro definition is suppressed or a program defines " "an identifier with the name math_errhandling , the behavior is undefined. If " "the expression (math_errhandling & MATH_ERREXCEPT) can be non-zero, the " "implementation shall define the macros FE_DIVBYZERO, FE_INVALID, and " "FE_OVERFLOW in Ifenv.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:241 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:422 #, no-wrap msgid "" "B<\n" "double acos(double);\n" "float acosf(float);\n" "double acosh(double);\n" "float acoshf(float);\n" "long double acoshl(long double);\n" "long double acosl(long double);\n" "double asin(double);\n" "float asinf(float);\n" "double asinh(double);\n" "float asinhf(float);\n" "long double asinhl(long double);\n" "long double asinl(long double);\n" "double atan(double);\n" "double atan2(double, double);\n" "float atan2f(float, float);\n" "long double atan2l(long double, long double);\n" "float atanf(float);\n" "double atanh(double);\n" "float atanhf(float);\n" "long double atanhl(long double);\n" "long double atanl(long double);\n" "double cbrt(double);\n" "float cbrtf(float);\n" "long double cbrtl(long double);\n" "double ceil(double);\n" "float ceilf(float);\n" "long double ceill(long double);\n" "double copysign(double, double);\n" "float copysignf(float, float);\n" "long double copysignl(long double, long double);\n" "double cos(double);\n" "float cosf(float);\n" "double cosh(double);\n" "float coshf(float);\n" "long double coshl(long double);\n" "long double cosl(long double);\n" "double erf(double);\n" "double erfc(double);\n" "float erfcf(float);\n" "long double erfcl(long double);\n" "float erff(float);\n" "long double erfl(long double);\n" "double exp(double);\n" "double exp2(double);\n" "float exp2f(float);\n" "long double exp2l(long double);\n" "float expf(float);\n" "long double expl(long double);\n" "double expm1(double);\n" "float expm1f(float);\n" "long double expm1l(long double);\n" "double fabs(double);\n" "float fabsf(float);\n" "long double fabsl(long double);\n" "double fdim(double, double);\n" "float fdimf(float, float);\n" "long double fdiml(long double, long double);\n" "double floor(double);\n" "float floorf(float);\n" "long double floorl(long double);\n" "double fma(double, double, double);\n" "float fmaf(float, float, float);\n" "long double fmal(long double, long double, long double);\n" "double fmax(double, double);\n" "float fmaxf(float, float);\n" "long double fmaxl(long double, long double);\n" "double fmin(double, double);\n" "float fminf(float, float);\n" "long double fminl(long double, long double);\n" "double fmod(double, double);\n" "float fmodf(float, float);\n" "long double fmodl(long double, long double);\n" "double frexp(double, int *);\n" "float frexpf(float, int *);\n" "long double frexpl(long double, int *);\n" "double hypot(double, double);\n" "float hypotf(float, float);\n" "long double hypotl(long double, long double);\n" "int ilogb(double);\n" "int ilogbf(float);\n" "int ilogbl(long double);\n" "double j0(double);\n" "double j1(double);\n" "double jn(int, double);\n" "double ldexp(double, int);\n" "float ldexpf(float, int);\n" "long double ldexpl(long double, int);\n" "double lgamma(double);\n" "float lgammaf(float);\n" "long double lgammal(long double);\n" "long long llrint(double);\n" "long long llrintf(float);\n" "long long llrintl(long double);\n" "long long llround(double);\n" "long long llroundf(float);\n" "long long llroundl(long double);\n" "double log(double);\n" "double log10(double);\n" "float log10f(float);\n" "long double log10l(long double);\n" "double log1p(double);\n" "float log1pf(float);\n" "long double log1pl(long double);\n" "double log2(double);\n" "float log2f(float);\n" "long double log2l(long double);\n" "double logb(double);\n" "float logbf(float);\n" "long double logbl(long double);\n" "float logf(float);\n" "long double logl(long double);\n" "long lrint(double);\n" "long lrintf(float);\n" "long lrintl(long double);\n" "long lround(double);\n" "long lroundf(float);\n" "long lroundl(long double);\n" "double modf(double, double *);\n" "float modff(float, float *);\n" "long double modfl(long double, long double *);\n" "double nan(const char *);\n" "float nanf(const char *);\n" "long double nanl(const char *);\n" "double nearbyint(double);\n" "float nearbyintf(float);\n" "long double nearbyintl(long double);\n" "double nextafter(double, double);\n" "float nextafterf(float, float);\n" "long double nextafterl(long double, long double);\n" "double nexttoward(double, long double);\n" "float nexttowardf(float, long double);\n" "long double nexttowardl(long double, long double);\n" "double pow(double, double);\n" "float powf(float, float);\n" "long double powl(long double, long double);\n" "double remainder(double, double);\n" "float remainderf(float, float);\n" "long double remainderl(long double, long double);\n" "double remquo(double, double, int *);\n" "float remquof(float, float, int *);\n" "long double remquol(long double, long double, int *);\n" "double rint(double);\n" "float rintf(float);\n" "long double rintl(long double);\n" "double round(double);\n" "float roundf(float);\n" "long double roundl(long double);\n" "double scalbln(double, long);\n" "float scalblnf(float, long);\n" "long double scalblnl(long double, long);\n" "double scalbn(double, int);\n" "float scalbnf(float, int);\n" "long double scalbnl(long double, int);\n" "double sin(double);\n" "float sinf(float);\n" "double sinh(double);\n" "float sinhf(float);\n" "long double sinhl(long double);\n" "long double sinl(long double);\n" "double sqrt(double);\n" "float sqrtf(float);\n" "long double sqrtl(long double);\n" "double tan(double);\n" "float tanf(float);\n" "double tanh(double);\n" "float tanhf(float);\n" "long double tanhl(long double);\n" "long double tanl(long double);\n" "double tgamma(double);\n" "float tgammaf(float);\n" "long double tgammal(long double);\n" "double trunc(double);\n" "float truncf(float);\n" "long double truncl(long double);\n" "double y0(double);\n" "double y1(double);\n" "double yn(int, double);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:427 msgid "The following external variable shall be defined:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:432 #, no-wrap msgid "B<\n" "extern int signgam;>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:442 msgid "" "The behavior of each of the functions defined in Imath.hE> is " "specified in the System Interfaces volume of POSIX.1\\(hy2008 for all " "representable values of its input arguments, except where stated otherwise. " "Each function shall execute as if it were a single operation without " "generating any externally visible exceptional conditions." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:444 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:444 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:459 msgid "" "The FP_CONTRACT pragma can be used to allow (if the state is on) or disallow " "(if the state is off) the implementation to contract expressions. Each " "pragma can occur either outside external declarations or preceding all " "explicit declarations and statements inside a compound statement. When " "outside external declarations, the pragma takes effect from its occurrence " "until another FP_CONTRACT pragma is encountered, or until the end of the " "translation unit. When inside a compound statement, the pragma takes effect " "from its occurrence until another FP_CONTRACT pragma is encountered " "(including within a nested compound statement), or until the end of the " "compound statement; at the end of a compound statement the state for the " "pragma is restored to its condition just before the compound statement. If " "this pragma is used in any other context, the behavior is undefined. The " "default state (on or off) for the pragma is implementation-defined." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:463 msgid "" "Applications should use FLT_MAX as described in the Ifloat.hE> " "header instead of the obsolescent MAXFLOAT." msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:463 #, no-wrap msgid "RATIONALE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:479 msgid "" "Before the ISO/IEC\\ 9899:\\|1999 standard, the math library was defined " "only for the floating type B. All the names formed by appending " "B<'f'> or B<'l'> to a name in Imath.hE> were reserved to allow for " "the definition of B and B libraries; and the ISO/IEC\\ " "9899:\\|1999 standard provides for all three versions of math functions." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:488 msgid "" "The functions I(\\|), I(\\|), and I(\\|) have been " "dropped from the ISO\\ C standard since their capability is available " "through I()." msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:488 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:490 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:490 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:494 msgid "Bfloat.hE>, Bstddef.hE>, Bsys_types.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:566 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I
, I, I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/math.h.0p:566 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:577 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/math.h.0p:582 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""