diff 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
line wrap: on
line diff
--- a/src/ov.cc
+++ b/src/ov.cc
@@ -1530,7 +1530,15 @@
 @end defvr");
 
   DEFVAR (ok_to_lose_imaginary_part, "warn", ok_to_lose_imaginary_part,
-    "silently convert from complex to real by dropping imaginary part");
+    "-*- texinfo -*-\n\
+@defvr {Built-in Variable} ok_to_lose_imaginary_part\n\
+If the value of @code{ok_to_lose_imaginary_part} is nonzero, implicit\n\
+conversions of complex numbers to real numbers are allowed (for example,\n\
+by fsolve).  If the value is @code{\"warn\"}, the conversion is allowed,\n\
+but a warning is printed.  Otherwise, an error message is printed and\n\
+control is returned to the top level.  The default value is\n\
+@code{\"warn\"}.\n\
+@end defvr");
 
   DEFVAR (prefer_column_vectors, 1.0, prefer_column_vectors,
     "prefer column/row vectors");