changeset 19085:3d0f4f4ec688

NEWS: note that isprime now accepts negative and complex inputs. NEWS: note that isprime now accepts negative and complex inputs.
author Rik <rik@octave.org>
date Mon, 25 Aug 2014 22:19:02 -0700
parents 2f117c4b5cb0
children bb0c5e182c12
files NEWS
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Aug 25 21:30:23 2014 -0700
+++ b/NEWS	Mon Aug 25 22:19:02 2014 -0700
@@ -58,6 +58,8 @@
     To unlink properties use 'clear hlink' where hlink is the variable
     containing the linkprop object.
 
+ ** isprime has been extended to operate on negative and complex inputs.
+
  ** The new warning ID "Octave:data-file-in-path" replaces the three
     previous separate warning IDs "Octave:fopen-file-in-path",
     "Octave:load-file-in-path", and "Octave:md5sum-file-in-path".