diff options
| author | Richard M. Stallman | 1995-04-06 23:11:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-06 23:11:37 +0000 |
| commit | 4ac771a01fba836aed44a0ffbbc1895d728f614a (patch) | |
| tree | 5542fbbdbd10d43de197ee874dae667513f07671 | |
| parent | 7d1589645690ec691e280ec1744532058e72a529 (diff) | |
| download | emacs-4ac771a01fba836aed44a0ffbbc1895d728f614a.tar.gz emacs-4ac771a01fba836aed44a0ffbbc1895d728f614a.zip | |
Don't call the special math functions "transcendental".
| -rw-r--r-- | lispref/numbers.texi | 6 |
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 | ||