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_sineh.c')
-rw-r--r--newlib/libm/mathfp/s_sineh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libm/mathfp/s_sineh.c b/newlib/libm/mathfp/s_sineh.c
index 6f5e208b0..6b3480d73 100644
--- a/newlib/libm/mathfp/s_sineh.c
+++ b/newlib/libm/mathfp/s_sineh.c
@@ -44,16 +44,16 @@ DESCRIPTION
<<sinh>> and <<cosh>> compute the hyperbolic sine or cosine
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
<<cosh>> is defined as
- @ifnottex
+ @ifinfo
. (exp(<[x]>) - exp(-<[x]>))/2
- @end ifnottex
+ @end ifinfo
@tex
$${e^x + e^{-x}}\over 2$$
@end tex