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/w_sinh.c')
-rw-r--r--newlib/libm/math/w_sinh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/math/w_sinh.c b/newlib/libm/math/w_sinh.c
index 72e0ef51e..02a388862 100644
--- a/newlib/libm/math/w_sinh.c
+++ b/newlib/libm/math/w_sinh.c
@@ -37,9 +37,9 @@ TRAD_SYNOPSIS
DESCRIPTION
<<sinh>> computes the hyperbolic sine of the argument <[x]>.
Angles are specified in radians. <<sinh>>(<[x]>) is defined as
- @ifnottex
+ @ifinfo
. (exp(<[x]>) - exp(-<[x]>))/2
- @end ifnottex
+ @end ifinfo
@tex
$${e^x - e^{-x}}\over 2$$
@end tex