diff options
| author | Eli Zaretskii | 2002-02-19 11:07:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-19 11:07:20 +0000 |
| commit | c4f59bcf1fddba7cd6f9aa7de0320011048f1074 (patch) | |
| tree | bc40989ffe032a9b8e93e3cc1b1424762b027c7b | |
| parent | f120431c7ecafeded71dda4c2498dca8c9a8849e (diff) | |
| download | emacs-c4f59bcf1fddba7cd6f9aa7de0320011048f1074.tar.gz emacs-c4f59bcf1fddba7cd6f9aa7de0320011048f1074.zip | |
Document the optional second arg of `atan'.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -626,6 +626,13 @@ This is like window-height but does not count the mode line | |||
| 626 | or the header line. | 626 | or the header line. |
| 627 | 627 | ||
| 628 | +++ | 628 | +++ |
| 629 | ** The function `atan' now accepts an optional second argument. | ||
| 630 | |||
| 631 | When called with 2 arguments, as in `(atan Y X)', `atan' returns the | ||
| 632 | angle in radians between the vector [X, Y] and the X axis. (This is | ||
| 633 | equivalent to the standard C library function `atan2'.) | ||
| 634 | |||
| 635 | +++ | ||
| 629 | ** You can now make a window as short as one line. | 636 | ** You can now make a window as short as one line. |
| 630 | 637 | ||
| 631 | A window that is just one line tall does not display either a mode | 638 | A window that is just one line tall does not display either a mode |