Mercurial > hg > octave-lyh
diff scripts/strings/str2num.m @ 3361:4f40efa995c1
[project @ 1999-11-19 21:19:37 by jwe]
author | jwe |
---|---|
date | Fri, 19 Nov 1999 21:19:44 +0000 |
parents | c17387059fd3 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/strings/str2num.m +++ b/scripts/strings/str2num.m @@ -17,9 +17,10 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: m = str2num (s) -## -## Convert the string S to a number. +## -*- texinfo -*- +## @deftypefn {Function File} {} str2num (@var{s}) +## Convert the string @var{s} to a number. +## @end deftypefn ## Author: jwe