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_exp2.c')
-rw-r--r--newlib/libm/math/w_exp2.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/newlib/libm/math/w_exp2.c b/newlib/libm/math/w_exp2.c
index 5a0c6edb8..ed0bc39e9 100644
--- a/newlib/libm/math/w_exp2.c
+++ b/newlib/libm/math/w_exp2.c
@@ -34,8 +34,12 @@ TRAD_SYNOPSIS
DESCRIPTION
<<exp2>> and <<exp2f>> calculate 2 ^ <[x]>, that is,
- @ifinfo
+ @ifnottex
2 raised to the power <[x]>.
+ @end ifnottex
+ @tex
+ $2^x$
+ @end tex
You can use the (non-ANSI) function <<matherr>> to specify
error handling for these functions.