diff src/log.cc @ 701:0a81458ef677

[project @ 1994-09-15 02:23:24 by jwe]
author jwe
date Thu, 15 Sep 1994 02:23:24 +0000
parents fae2bd91c027
children 36ba0576bd1b
line wrap: on
line diff
--- a/src/log.cc	Thu Sep 15 02:23:24 1994 +0000
+++ b/src/log.cc	Thu Sep 15 02:23:24 1994 +0000
@@ -37,7 +37,7 @@
 
 // XXX FIXME XXX -- the next two functions should really be just one...
 
-DEFUN_DLD ("logm", Flogm, Slogm, 2, 1,
+DEFUN_DLD_BUILTIN ("logm", Flogm, Slogm, 2, 1,
   "logm (X): matrix logarithm")
 {
   Octave_object retval;
@@ -143,7 +143,7 @@
   return retval;
 }
 
-DEFUN_DLD ("sqrtm", Fsqrtm, Ssqrtm, 2, 1,
+DEFUN_DLD_BUILTIN ("sqrtm", Fsqrtm, Ssqrtm, 2, 1,
  "sqrtm (X): matrix sqrt")
 {
   Octave_object retval;