comparison etc/NEWS @ 43415:59c97b8695ee

Document the optional second arg of `atan'.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 19 Feb 2002 11:07:20 +0000
parents ce9f8721c918
children bacf1b0c4081
comparison
equal deleted inserted replaced
43414:90f3a1f6ee84 43415:59c97b8695ee
622 +++ 622 +++
623 ** New function window-body-height. 623 ** New function window-body-height.
624 624
625 This is like window-height but does not count the mode line 625 This is like window-height but does not count the mode line
626 or the header line. 626 or the header line.
627
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'.)
627 634
628 +++ 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