Mercurial > hg > octave-avbm
comparison src/variables.cc @ 1923:1d4f67de06f4
[project @ 1996-02-11 20:20:30 by jwe]
author | jwe |
---|---|
date | Sun, 11 Feb 1996 20:23:27 +0000 |
parents | 8c6cea97eb80 |
children | fe65885a1269 |
comparison
equal
deleted
inserted
replaced
1922:8a57554f3142 | 1923:1d4f67de06f4 |
---|---|
1808 SBV_return_last_computed_value, 0.0, 0, | 1808 SBV_return_last_computed_value, 0.0, 0, |
1809 return_last_computed_value, | 1809 return_last_computed_value, |
1810 "if a function does not return any values explicitly, return the\n\ | 1810 "if a function does not return any values explicitly, return the\n\ |
1811 last computed value"); | 1811 last computed value"); |
1812 | 1812 |
1813 DEFVAR ("save_precision", SBV_save_precision, 15.0, 0, | |
1814 set_save_precision, | |
1815 "number of significant figures kept by the ASCII save command"); | |
1816 | |
1813 DEFVAR ("saving_history", SBV_saving_history, 1.0, 0, saving_history, | 1817 DEFVAR ("saving_history", SBV_saving_history, 1.0, 0, saving_history, |
1814 "save command history"); | 1818 "save command history"); |
1815 | 1819 |
1816 DEFVAR ("silent_functions", SBV_silent_functions, 0.0, 0, | 1820 DEFVAR ("silent_functions", SBV_silent_functions, 0.0, 0, |
1817 silent_functions, | 1821 silent_functions, |