# HG changeset patch # User Doug Stewart # Date 1343393679 14400 # Node ID bd84bddeee7a5eca9b58056a6a7f336d4c14f740 # Parent 86a95d6ada0d93e2dd4ac99add2c4e836cf8e4df Added one more *seealso* in "I" and removed a space at start of line, all in data.cc diff -r 86a95d6ada0d -r bd84bddeee7a src/data.cc --- a/src/data.cc Thu Jul 26 23:36:51 2012 -0500 +++ b/src/data.cc Fri Jul 27 08:54:39 2012 -0400 @@ -4314,7 +4314,7 @@ @code{sqrt (-1)}.\n\ @end ifnottex\n\ \n\ - I, and its equivalents i, J, and j, are functions so any of the names may\n\ +I, and its equivalents i, J, and j, are functions so any of the names may\n\ be reused for other purposes (such as i for a counter variable).\n\ \n\ When called with no arguments, return a scalar with the value @math{i}. When\n\ @@ -4324,6 +4324,7 @@ arguments specify additional matrix dimensions.\n\ The optional argument @var{class} specifies the return type and may be\n\ either \"double\" or \"single\".\n\ +@seealso{log, exp, e, pi, i, j}\n\ @end deftypefn") { return fill_matrix (args, Complex (0.0, 1.0), "I");