diff src/ov-cx-mat.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-cx-mat.h	Tue Mar 25 15:29:26 2008 -0400
+++ b/src/ov-cx-mat.h	Tue Mar 25 15:56:41 2008 -0400
@@ -174,6 +174,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;