emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 14 Aug 2005 06:03:15 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1238 emacs/etc/NEWS:1.1239
*** emacs/etc/NEWS:1.1238       Fri Aug 12 10:31:36 2005
--- emacs/etc/NEWS      Sun Aug 14 10:03:15 2005
***************
*** 3209,3214 ****
--- 3209,3218 ----
  
  ** 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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]