diff src/ov-complex.h @ 7740:39930366b709

implement builtin log2
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 30 Apr 2008 03:30:34 -0400
parents fb3a6c53c2b2
children 82be108cc558
line wrap: on
line diff
--- a/src/ov-complex.h
+++ b/src/ov-complex.h
@@ -173,6 +173,7 @@
   octave_value floor (void) const;
   octave_value imag (void) const;
   octave_value log (void) const;
+  octave_value log2 (void) const;
   octave_value log10 (void) const;
   octave_value log1p (void) const;
   octave_value real (void) const;