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/mathfp/s_cosh.c')
-rw-r--r--newlib/libm/mathfp/s_cosh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_cosh.c b/newlib/libm/mathfp/s_cosh.c
index 24b542092..6550e9ce7 100644
--- a/newlib/libm/mathfp/s_cosh.c
+++ b/newlib/libm/mathfp/s_cosh.c
@@ -23,9 +23,9 @@ DESCRIPTION
<<cosh>> computes the hyperbolic cosine of the argument <[x]>.
<<cosh(<[x]>)>> is defined as
- @ifnottex
+ @ifinfo
. (exp(x) + exp(-x))/2
- @end ifnottex
+ @end ifinfo
@tex
$${(e^x + e^{-x})} \over 2$$
@end tex