]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't call the special math functions "transcendental".
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 23:11:37 +0000 (23:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 23:11:37 +0000 (23:11 +0000)
lispref/numbers.texi

index 6bcd9b1c6cc6d27491cc5f4f855f623d8b7161a6..b3226c0f1cde7641cc498ee67ebe8fe50eba8b79 100644 (file)
@@ -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