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/e_hypot.c')
-rw-r--r--newlib/libm/mathfp/e_hypot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/e_hypot.c b/newlib/libm/mathfp/e_hypot.c
index 713aa77c2..d93263ea4 100644
--- a/newlib/libm/mathfp/e_hypot.c
+++ b/newlib/libm/mathfp/e_hypot.c
@@ -36,9 +36,9 @@ DESCRIPTION
@tex
$\sqrt{x^2+y^2}$
@end tex
- @ifnottex
+ @ifinfo
<<sqrt(<[x]>*<[x]> + <[y]>*<[y]>)>>
- @end ifnottex
+ @end ifinfo
between the origin (0,0) and a point represented by the
Cartesian coordinates (<[x]>,<[y]>). <<hypotf>> differs only
in the type of its arguments and result.