Mercurial > hg > octave-lyh
comparison src/variables.cc @ 868:3896bd1fdda4
[project @ 1994-11-02 14:25:29 by jwe]
author | jwe |
---|---|
date | Wed, 02 Nov 1994 14:27:44 +0000 |
parents | b6b78f85743a |
children | 52c5259724aa |
comparison
equal
deleted
inserted
replaced
867:b6b78f85743a | 868:3896bd1fdda4 |
---|---|
1484 | 1484 |
1485 DEFVAR ("propagate_empty_matrices", SBV_propagate_empty_matrices, | 1485 DEFVAR ("propagate_empty_matrices", SBV_propagate_empty_matrices, |
1486 "true", 0, 0, 1, propagate_empty_matrices, | 1486 "true", 0, 0, 1, propagate_empty_matrices, |
1487 "operations on empty matrices return an empty matrix, not an error"); | 1487 "operations on empty matrices return an empty matrix, not an error"); |
1488 | 1488 |
1489 DEFVAR ("realmax", SBV_realmax, DBL_MAX, 1, 1, 1, 0, | |
1490 "realmax (): return largest representable floating point number"); | |
1491 | |
1492 DEFVAR ("realmin", SBV_realmin, DBL_MIN, 1, 1, 1, 0, | |
1493 "realmin (): return smallest representable floating point number"); | |
1494 | |
1489 DEFVAR ("resize_on_range_error", SBV_resize_on_range_error, "true", 0, | 1495 DEFVAR ("resize_on_range_error", SBV_resize_on_range_error, "true", 0, |
1490 0, 1, resize_on_range_error, | 1496 0, 1, resize_on_range_error, |
1491 "enlarge matrices on assignment"); | 1497 "enlarge matrices on assignment"); |
1492 | 1498 |
1493 DEFVAR ("return_last_computed_value", SBV_return_last_computed_value, | 1499 DEFVAR ("return_last_computed_value", SBV_return_last_computed_value, |