comparison src/ov.cc @ 3370:0b88d26ed552

[project @ 1999-11-21 16:34:51 by jwe]
author jwe
date Sun, 21 Nov 1999 16:34:51 +0000
parents 9db3ff0b6913
children 86873384cd10
comparison
equal deleted inserted replaced
3369:f37ca3017116 3370:0b88d26ed552
1528 Otherwise, an error message is printed and control is returned to the\n\ 1528 Otherwise, an error message is printed and control is returned to the\n\
1529 top level. The default value is 0.\n\ 1529 top level. The default value is 0.\n\
1530 @end defvr"); 1530 @end defvr");
1531 1531
1532 DEFVAR (ok_to_lose_imaginary_part, "warn", ok_to_lose_imaginary_part, 1532 DEFVAR (ok_to_lose_imaginary_part, "warn", ok_to_lose_imaginary_part,
1533 "silently convert from complex to real by dropping imaginary part"); 1533 "-*- texinfo -*-\n\
1534 @defvr {Built-in Variable} ok_to_lose_imaginary_part\n\
1535 If the value of @code{ok_to_lose_imaginary_part} is nonzero, implicit\n\
1536 conversions of complex numbers to real numbers are allowed (for example,\n\
1537 by fsolve). If the value is @code{\"warn\"}, the conversion is allowed,\n\
1538 but a warning is printed. Otherwise, an error message is printed and\n\
1539 control is returned to the top level. The default value is\n\
1540 @code{\"warn\"}.\n\
1541 @end defvr");
1534 1542
1535 DEFVAR (prefer_column_vectors, 1.0, prefer_column_vectors, 1543 DEFVAR (prefer_column_vectors, 1.0, prefer_column_vectors,
1536 "prefer column/row vectors"); 1544 "prefer column/row vectors");
1537 1545
1538 DEFVAR (print_answer_id_name, 1.0, print_answer_id_name, 1546 DEFVAR (print_answer_id_name, 1.0, print_answer_id_name,