diff options
Diffstat (limited to 'newlib/libm/math/w_hypot.c')
-rw-r--r-- | newlib/libm/math/w_hypot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/math/w_hypot.c b/newlib/libm/math/w_hypot.c index 318853d..203bf09 100644 --- a/newlib/libm/math/w_hypot.c +++ b/newlib/libm/math/w_hypot.c @@ -36,9 +36,9 @@ DESCRIPTION @tex $\sqrt{x^2+y^2}$ @end tex - @ifinfo + @ifnottex <<sqrt(<[x]>*<[x]> + <[y]>*<[y]>)>> - @end ifinfo + @end ifnottex 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. |