Mercurial > hg > octave-nkf
diff src/ov-complex.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 | fb3a6c53c2b2 |
line wrap: on
line diff
--- a/src/ov-complex.h +++ b/src/ov-complex.h @@ -164,11 +164,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;