Mercurial > emacs
changeset 11230:c6b70cdf844e
Don't call the special math functions "transcendental".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Apr 1995 23:11:37 +0000 |
parents | 8c38245f7be4 |
children | 3cf67df24e7f |
files | lispref/numbers.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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