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/common/s_expm1.c')
-rw-r--r--newlib/libm/common/s_expm1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/common/s_expm1.c b/newlib/libm/common/s_expm1.c
index c857c32f2..12c88f16b 100644
--- a/newlib/libm/common/s_expm1.c
+++ b/newlib/libm/common/s_expm1.c
@@ -35,9 +35,9 @@ TRAD_SYNOPSIS
DESCRIPTION
<<expm1>> and <<expm1f>> calculate the exponential of <[x]>
and subtract 1, that is,
- @ifinfo
+ @ifnottex
e raised to the power <[x]> minus 1 (where e
- @end ifinfo
+ @end ifnottex
@tex
$e^x - 1$ (where $e$
@end tex