mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
Document the optional second arg of `atan'.
This commit is contained in:
parent
f120431c7e
commit
c4f59bcf1f
7
etc/NEWS
7
etc/NEWS
@ -625,6 +625,13 @@ and the latter now controls scrolling down.
|
||||
This is like window-height but does not count the mode line
|
||||
or the header line.
|
||||
|
||||
+++
|
||||
** The function `atan' now accepts an optional second argument.
|
||||
|
||||
When called with 2 arguments, as in `(atan Y X)', `atan' returns the
|
||||
angle in radians between the vector [X, Y] and the X axis. (This is
|
||||
equivalent to the standard C library function `atan2'.)
|
||||
|
||||
+++
|
||||
** You can now make a window as short as one line.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user