aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'lispref')
-rw-r--r--lispref/numbers.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index 6bcd9b1c6cc..b3226c0f1cd 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -30,7 +30,7 @@ where Emacs does not support them.
30* Arithmetic Operations:: How to add, subtract, multiply and divide. 30* Arithmetic Operations:: How to add, subtract, multiply and divide.
31* Rounding Operations:: Explicitly rounding floating point numbers. 31* Rounding Operations:: Explicitly rounding floating point numbers.
32* Bitwise Operations:: Logical and, or, not, shifting. 32* Bitwise Operations:: Logical and, or, not, shifting.
33* Transcendental Functions:: Trig, exponential and logarithmic functions. 33* Math Functions:: Trig, exponential and logarithmic functions.
34* Random Numbers:: Obtaining random integers, predictable or not. 34* Random Numbers:: Obtaining random integers, predictable or not.
35@end menu 35@end menu
36 36
@@ -903,8 +903,8 @@ bit is one in the result if, and only if, the @var{n}th bit is zero in
903@end example 903@end example
904@end defun 904@end defun
905 905
906@node Transcendental Functions 906@node Math Functions
907@section Transcendental Functions 907@section Standard Mathematical Functions
908@cindex transcendental functions 908@cindex transcendental functions
909@cindex mathematical functions 909@cindex mathematical functions
910 910