summaryrefslogtreecommitdiffstats
path: root/newlib/libm/mathfp/e_acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/e_acosh.c')
-rw-r--r--newlib/libm/mathfp/e_acosh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/e_acosh.c b/newlib/libm/mathfp/e_acosh.c
index a48420304..c2bf52890 100644
--- a/newlib/libm/mathfp/e_acosh.c
+++ b/newlib/libm/mathfp/e_acosh.c
@@ -26,9 +26,9 @@ TRAD_SYNOPSIS
DESCRIPTION
<<acosh>> calculates the inverse hyperbolic cosine of <[x]>.
<<acosh>> is defined as
-@ifinfo
+@ifnottex
. log(<[x]> + sqrt(<[x]>*<[x]>-1))
-@end ifinfo
+@end ifnottex
@tex
$$ln\Bigl(x + \sqrt{x^2-1}\Bigr)$$
@end tex