mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(Lisp Changes in Emacs 22.1, General Lisp changes):
Mention `expt' handling of negative exponent to return float.
This commit is contained in:
parent
c09c82f9b3
commit
c1a4c74d40
4
etc/NEWS
4
etc/NEWS
@ -3209,6 +3209,10 @@ the command `undefined'. (In earlier Emacs versions, it used
|
||||
|
||||
** General Lisp changes:
|
||||
|
||||
*** The function `expt' handles negative exponents differently.
|
||||
The value for `(expt A B)', if both A and B are integers and B is
|
||||
negative, is now a float. For example: (expt 2 -2) => 0.25.
|
||||
|
||||
+++
|
||||
*** The function `eql' is now available without requiring the CL package.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user