diff src/ov-re-sparse.h @ 7638:2df457529cfa

implement expm1 and log1p functions
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 25 Mar 2008 19:47:21 -0400
parents 99c410f7f0b0
children 39930366b709
line wrap: on
line diff
--- a/src/ov-re-sparse.h	Tue Mar 25 16:17:16 2008 -0400
+++ b/src/ov-re-sparse.h	Tue Mar 25 19:47:21 2008 -0400
@@ -171,11 +171,13 @@
   octave_value cos (void) const;
   octave_value cosh (void) const;
   octave_value exp (void) const;
+  octave_value expm1 (void) const;
   octave_value fix (void) const;
   octave_value floor (void) const;
   octave_value imag (void) const;
   octave_value log (void) const;
   octave_value log10 (void) const;
+  octave_value log1p (void) const;
   octave_value real (void) const;
   octave_value round (void) const;
   octave_value roundb (void) const;