Mercurial > hg > octave-max
view test/octave.test/number/issymmetric-7.m @ 4323:0990c9b77109
[project @ 2003-02-14 07:36:26 by jwe]
author | jwe |
---|---|
date | Fri, 14 Feb 2003 07:36:27 +0000 |
parents | 22bd65326ec1 |
children | f3c21a1d1c62 |
line wrap: on
line source
implicit_str_to_num_ok = 0; t1 = ! issymmetric (["te"; "et"]); implicit_str_to_num_ok = 1; t2 = ! issymmetric (["te"; "et"]); t1 && t2