summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-06 23:11:37 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-06 23:11:37 +0000
commit4522e0b8ae3f32cf1d9f36b7c76d0b8cc591cc43 (patch)
tree1304ba13ab8b0e81a8f493cb655307c4d9a91d1d /lispref
parentfe788d2bace1f0cc2d9f09991060f48d087c7a23 (diff)
downloademacs-4522e0b8ae3f32cf1d9f36b7c76d0b8cc591cc43.tar.gz
Don't call the special math functions "transcendental".
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.
* Arithmetic Operations:: How to add, subtract, multiply and divide.
* Rounding Operations:: Explicitly rounding floating point numbers.
* Bitwise Operations:: Logical and, or, not, shifting.
-* Transcendental Functions:: Trig, exponential and logarithmic functions.
+* Math Functions:: Trig, exponential and logarithmic functions.
* Random Numbers:: Obtaining random integers, predictable or not.
@end menu
@@ -903,8 +903,8 @@ bit is one in the result if, and only if, the @var{n}th bit is zero in
@end example
@end defun
-@node Transcendental Functions
-@section Transcendental Functions
+@node Math Functions
+@section Standard Mathematical Functions
@cindex transcendental functions
@cindex mathematical functions