[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b
bluethgen
bluethgen at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:41:10 UTC 2011
The following commit has been merged in the master branch:
commit b70fcef1537df4cec6c1528ea0341505b57919d1
Author: bluethgen <bluethgen at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date: Sun Mar 9 13:21:57 2008 +0000
Updated documentation of to_char()
git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@4704 416fae20-06d0-4450-9b69-c6c34d4b5f03
diff --git a/doc/symbolic.html b/doc/symbolic.html
index 2a0593d..7a6ba9b 100644
--- a/doc/symbolic.html
+++ b/doc/symbolic.html
@@ -66,6 +66,9 @@ symbolic expression (i.e. x+y)</li>
to a double value.</li>
<li>
+<font color="#009900">to_char</font> - convert a vpa, ex to a string.</li>
+
+<li>
<font color="#009900">digits</font> - set or view the number of digits
that newly created vpa object should have</li>
diff --git a/src/symbols.cc b/src/symbols.cc
index f6d33ee..4ee0fc8 100644
--- a/src/symbols.cc
+++ b/src/symbols.cc
@@ -175,7 +175,7 @@ DEFUN_DLD(to_char,args, ,
"-*- texinfo -*-\n\
@deftypefn {Loadable Function} {d =} to_char(@var{n})\n\
\n\
-Convert a vpa, string, ex or string type to a string.\n\
+Convert a vpa, string, ex type to a string.\n\
\n\
@end deftypefn\n\
")
--
octave-symbolic
More information about the Pkg-octave-commit
mailing list