diff NEWS @ 19152:9c5a17d5fc19

Deprecate fmod function. * NEWS: Announce deprecation. * scripts/deprecated/fmod.m: New m-file to replace C++ function and issue deprecated warning. * scripts/deprecated/module.mk: Add fmod.m to build system. * data.cc: Remove DEFALIAS of fmod to rem. Replace fmod with rem in %!tests. * datetick.m: Replace fmod usage with rem.
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 20:31:16 -0700
parents a4c226a963c5
children f506de9089e8
line wrap: on
line diff
--- a/NEWS	Sat Sep 20 20:20:41 2014 -0700
+++ b/NEWS	Sat Sep 20 20:31:16 2014 -0700
@@ -95,6 +95,7 @@
       bicubic            | interp2
       find_dir_in_path   | dir_in_loadpath
       finite             | isfinite
+      fmod               | rem
       nfields            | numfields
       syl                | sylvester
       usage              | print_usage