|
From: Jorge G. <cl...@us...> - 2007-12-07 02:01:14
|
Update of /cvsroot/easycalc/easycalc/manual In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26054/manual Modified Files: EasyCalcManual.pdb manual.html Log Message: added "axis" function Index: manual.html =================================================================== RCS file: /cvsroot/easycalc/easycalc/manual/manual.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manual.html 3 Sep 2007 02:06:50 -0000 1.2 --- manual.html 7 Dec 2007 02:01:07 -0000 1.3 *************** *** 867,873 **** </p> <p> ! <tt>concat(x:y)</tt> - concatenates two lists.<br /> ! <tt>concat([1:2]:[3:4:5])<br /> ! ans> [1:2:3:4:5]</tt> </p> <p> --- 867,873 ---- </p> <p> ! <tt>concat(x:y[:z:...])</tt> - concatenates two or more lists.<br /> ! <tt>concat([1:2]:[3:4:5]:[6:7])<br /> ! ans> [1:2:3:4:5:6:7]</tt> </p> <p> *************** *** 1849,1853 **** matching pairs).<br /> <tt>zip(f:x:y)</tt> - applies f to each maching pair of x and y.<br/> ! <tt>concat(x:y)</tt> - concatenates two lists.<br /> <tt>repeat(x:a:b)</tt> - will repeat a list's elements. a means how often to repeat, b means how large parts (0 for full list) to repeat.<br /> --- 1849,1853 ---- matching pairs).<br /> <tt>zip(f:x:y)</tt> - applies f to each maching pair of x and y.<br/> ! <tt>concat(x:y[:z:...])</tt> - concatenates two or more lists.<br /> <tt>repeat(x:a:b)</tt> - will repeat a list's elements. a means how often to repeat, b means how large parts (0 for full list) to repeat.<br /> *************** *** 2025,2029 **** the appropriate expression. Test must return a positive integer ('true') or zero ('false' ).<br /> ! <tt>unset(name)</tt> - clears function or variable 'name' from memory<br /> <tt>defparamn(x)</tt> - <strong>DO NOT USE</strong>. Sets the parameter name to something other than 'x'. Some functions (e.q. most of the q<something> --- 2025,2030 ---- the appropriate expression. Test must return a positive integer ('true') or zero ('false' ).<br /> ! <tt>unset(name{:names})</tt> - clears functions and variables from memory. Returns the number of functions and variables cleared<br /> ! <tt>axis([xmin:xmax:ymin:ymax]{:[xscale:yscale]})</tt> - sets scaling for the x and y axes on the graph mode.<br /> <tt>defparamn(x)</tt> - <strong>DO NOT USE</strong>. Sets the parameter name to something other than 'x'. Some functions (e.q. most of the q<something> *************** *** 2221,2225 **** Jorge Gil (cluny at users.sourceforge.net)<br /> Michael Schierl (schierlm at users.sourceforge.net)<br /> ! Recent inprovemens of code since 1.23 </p> <p> --- 2222,2226 ---- Jorge Gil (cluny at users.sourceforge.net)<br /> Michael Schierl (schierlm at users.sourceforge.net)<br /> ! Recent inprovements of code since 1.23 </p> <p> Index: EasyCalcManual.pdb =================================================================== RCS file: /cvsroot/easycalc/easycalc/manual/EasyCalcManual.pdb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsHDxCLS and /tmp/cvszURwsZ differ |