Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/math.tex')
-rw-r--r--newlib/libm/math/math.tex112
1 files changed, 56 insertions, 56 deletions
diff --git a/newlib/libm/math/math.tex b/newlib/libm/math/math.tex
index 92b384f63..5956a124b 100644
--- a/newlib/libm/math/math.tex
+++ b/newlib/libm/math/math.tex
@@ -20,62 +20,62 @@ machines---are available when you include @file{fastmath.h} instead of
@menu
* version:: Version of library
-* acos:: Arccosine
-* acosh:: Inverse hyperbolic cosine
-* asin:: Arcsine
-* asinh:: Inverse hyperbolic sine
-* atan:: Arctangent
-* atan2:: Arctangent of y/x
-* atanh:: Inverse hyperbolic tangent
-* jN:: Bessel functions (jN, yN)
-* cbrt:: Cube root
-* copysign:: Sign of Y, magnitude of X
-* cosh:: Hyperbolic cosine
-* erf:: Error function (erf, erfc)
-* exp:: Exponential, base e
-* exp10:: Exponential, base 10
-* exp2:: Exponential, base 2
-* expm1:: Exponential, base e, of x - 1
-* fabs:: Absolute value (magnitude)
-* fdim:: Positive difference
-* floor:: Floor and ceiling (floor, ceil)
-* fma:: Floating multiply add
-* fmax:: Maximum
-* fmin:: Minimum
-* fmod:: Floating-point remainder (modulo)
-* fpclassify:: Floating-point classification macro
-* frexp:: Split floating-point number
-* gamma:: Logarithmic gamma function
-* hypot:: Distance from origin
-* ilogb:: Get exponent
-* infinity:: Floating infinity
-* isgreater:: Comparison macros
-* ldexp:: Scale by a power of 2
-* log:: Natural logarithms
-* log10:: Base 10 logarithms
-* log1p:: Log of 1 + X
-* log2:: Base 2 logarithms
-* logb:: Get exponent
-* lrint:: Round to integer
-* lround:: Round to integer, away from zero (lround, llround)
-* modf:: Split fractional and integer parts
-* nan:: Floating Not a Number
-* nearbyint:: Round to integer
-* nextafter:: Get next representable number
-* pow:: X to the power Y
-* pow10:: 10 to the power X
-* remainder:: remainder of X divided by Y
-* remquo:: Remainder and part of quotient
-* rint:: Round to integer
-* round:: Round to integer, away from zero
-* scalbn:: Scale by a power of FLT_RADIX (2)
-* signbit:: Does floating-point number have negative sign?
-* sin:: Sine or cosine (sin, cos)
-* sinh:: Hyperbolic sine
-* sqrt:: Positive square root
-* tan:: Tangent
-* tanh:: Hyperbolic tangent
-* trunc:: Round to integer, towards zero
+* Function acos:: Arccosine
+* Function acosh:: Inverse hyperbolic cosine
+* Function asin:: Arcsine
+* Function asinh:: Inverse hyperbolic sine
+* Function atan:: Arctangent
+* Function atan2:: Arctangent of y/x
+* Function atanh:: Inverse hyperbolic tangent
+* Function jN:: Bessel functions (jN, yN)
+* Function cbrt:: Cube root
+* Function copysign:: Sign of Y, magnitude of X
+* Function cosh:: Hyperbolic cosine
+* Function erf:: Error function (erf, erfc)
+* Function exp:: Exponential, base e
+* Function exp10:: Exponential, base 10
+* Function exp2:: Exponential, base 2
+* Function expm1:: Exponential, base e, of x - 1
+* Function fabs:: Absolute value (magnitude)
+* Function fdim:: Positive difference
+* Function floor:: Floor and ceiling (floor, ceil)
+* Function fma:: Floating multiply add
+* Function fmax:: Maximum
+* Function fmin:: Minimum
+* Function fmod:: Floating-point remainder (modulo)
+* Function fpclassify:: Floating-point classification macro
+* Function frexp:: Split floating-point number
+* Function gamma:: Logarithmic gamma function
+* Function hypot:: Distance from origin
+* Function ilogb:: Get exponent
+* Function infinity:: Floating infinity
+* Function isgreater:: Comparison macros
+* Function ldexp:: Scale by a power of 2
+* Function log:: Natural logarithms
+* Function log10:: Base 10 logarithms
+* Function log1p:: Log of 1 + X
+* Function log2:: Base 2 logarithms
+* Function logb:: Get exponent
+* Function lrint:: Round to integer
+* Function lround:: Round to integer, away from zero (lround, llround)
+* Function modf:: Split fractional and integer parts
+* Function nan:: Floating Not a Number
+* Function nearbyint:: Round to integer
+* Function nextafter:: Get next representable number
+* Function pow:: X to the power Y
+* Function pow10:: 10 to the power X
+* Function remainder:: remainder of X divided by Y
+* Function remquo:: Remainder and part of quotient
+* Function rint:: Round to integer
+* Function round:: Round to integer, away from zero
+* Function scalbn:: Scale by a power of FLT_RADIX (2)
+* Function signbit:: Does floating-point number have negative sign?
+* Function sin:: Sine or cosine (sin, cos)
+* Function sinh:: Hyperbolic sine
+* Function sqrt:: Positive square root
+* Function tan:: Tangent
+* Function tanh:: Hyperbolic tangent
+* Function trunc:: Round to integer, towards zero
@end menu
@page