Mercurial > hg > octave-nkf
comparison src/ov-complex.h @ 5895:b9c45e0cf685
[project @ 2006-07-19 01:57:44 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jul 2006 01:58:47 +0000 |
parents | bd3041e30d97 |
children | c20eb7330d13 |
comparison
equal
deleted
inserted
replaced
5894:acf8b96ca9c9 | 5895:b9c45e0cf685 |
---|---|
87 | 87 |
88 bool is_complex_scalar (void) const { return true; } | 88 bool is_complex_scalar (void) const { return true; } |
89 | 89 |
90 bool is_complex_type (void) const { return true; } | 90 bool is_complex_type (void) const { return true; } |
91 | 91 |
92 bool is_double_type (void) const { return true; } | |
93 | |
92 // FIXME ??? | 94 // FIXME ??? |
93 bool valid_as_scalar_index (void) const { return false; } | 95 bool valid_as_scalar_index (void) const { return false; } |
94 bool valid_as_zero_index (void) const { return false; } | 96 bool valid_as_zero_index (void) const { return false; } |
95 | 97 |
96 double double_value (bool = false) const; | 98 double double_value (bool = false) const; |