# HG changeset patch # User Richard M. Stallman # Date 797209897 0 # Node ID c6b70cdf844edbe24834f35cdca1e1282c0d0d08 # Parent 8c38245f7be48e7ac3e12d82a091c3548108c845 Don't call the special math functions "transcendental". diff -r 8c38245f7be4 -r c6b70cdf844e lispref/numbers.texi --- a/lispref/numbers.texi Thu Apr 06 21:55:02 1995 +0000 +++ b/lispref/numbers.texi Thu Apr 06 23:11:37 1995 +0000 @@ -30,7 +30,7 @@ * 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 @@ @end example @end defun -@node Transcendental Functions -@section Transcendental Functions +@node Math Functions +@section Standard Mathematical Functions @cindex transcendental functions @cindex mathematical functions