summaryrefslogtreecommitdiff
path: root/lispref/numbers.texi
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-08-30 18:58:31 +0000
committerKarl Heuer <kwzh@gnu.org>1999-08-30 18:58:31 +0000
commit15da78536bb69e74946c09c560df969f6d145ae6 (patch)
treea61f6699780822cc3602f031c8e2d3e5ba552f5b /lispref/numbers.texi
parent9ee9af7aa2044c456e493eddfe082bba4206f976 (diff)
*** empty log message ***
Diffstat (limited to 'lispref/numbers.texi')
-rw-r--r--lispref/numbers.texi42
1 files changed, 37 insertions, 5 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index fbbdc83871..3bba60a7f9 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -953,20 +953,52 @@ in radians.
@end defun
@defun asin arg
-The value of @code{(asin @var{arg})} is a number between @minus{}pi/2
-and pi/2 (inclusive) whose sine is @var{arg}; if, however, @var{arg}
+The value of @code{(asin @var{arg})} is a number between
+@ifinfo
+@minus{}pi/2
+@end ifinfo
+@tex
+$-\pi/2$
+@end tex
+and
+@ifinfo
+pi/2
+@end ifinfo
+@tex
+$\pi/2$
+@end tex
+(inclusive) whose sine is @var{arg}; if, however, @var{arg}
is out of range (outside [-1, 1]), then the result is a NaN.
@end defun
@defun acos arg
-The value of @code{(acos @var{arg})} is a number between 0 and pi
+The value of @code{(acos @var{arg})} is a number between 0 and
+@ifinfo
+pi
+@end ifinfo
+@tex
+$\pi$
+@end tex
(inclusive) whose cosine is @var{arg}; if, however, @var{arg}
is out of range (outside [-1, 1]), then the result is a NaN.
@end defun
@defun atan arg
-The value of @code{(atan @var{arg})} is a number between @minus{}pi/2
-and pi/2 (exclusive) whose tangent is @var{arg}.
+The value of @code{(atan @var{arg})} is a number between
+@ifinfo
+@minus{}pi/2
+@end ifinfo
+@tex
+$-\pi/2$
+@end tex
+and
+@ifinfo
+pi/2
+@end ifinfo
+@tex
+$\pi/2$
+@end tex
+(exclusive) whose tangent is @var{arg}.
@end defun
@defun exp arg