Mercurial > hg > octave-lyh
diff src/ov-re-sparse.h @ 7636:99c410f7f0b0
implement mapper function for banker's rounding
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 Mar 2008 15:56:41 -0400 |
parents | 7ebdc99a0bab |
children | 2df457529cfa |
line wrap: on
line diff
--- a/src/ov-re-sparse.h +++ b/src/ov-re-sparse.h @@ -178,6 +178,7 @@ octave_value log10 (void) const; octave_value real (void) const; octave_value round (void) const; + octave_value roundb (void) const; octave_value signum (void) const; octave_value sin (void) const; octave_value sinh (void) const;