changeset 15031:bd84bddeee7a

Added one more *seealso* in "I" and removed a space at start of line, all in data.cc
author Doug Stewart <doug.dastew@gmail.com>
date Fri, 27 Jul 2012 08:54:39 -0400
parents 86a95d6ada0d
children fab341b143c4
files src/data.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");