From: Mapi B. <ma...@us...> - 2009-09-24 21:18:23
|
Update of /cvsroot/easycalc/PPCport/langs/merge In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14739 Modified Files: lang.rcp Log Message: Subset of the code, compiling, but not yet linking Index: lang.rcp =================================================================== RCS file: /cvsroot/easycalc/PPCport/langs/merge/lang.rcp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang.rcp 22 Jun 2009 22:05:28 -0000 1.1 --- lang.rcp 24 Sep 2009 21:18:13 -0000 1.2 *************** *** 4,38 **** BEGIN ! "$$OK" = "OK" ! "$$CANCEL" = "Storno" /************************************************** * PREFERENCES (19) * **************************************************/ ! "$$PREFERENCES TITLE" = "Nastavení" [...8549 lines suppressed...] ! "fintersect(min:max:f1:f2[:error]) - finds intersection of functions "\ ! "f1 and f2" /**************************************************/ "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ "and formulas and compute results in a convinient way. "\ ! "Create a new worksheet or select existing one from the drop-down "\ ! "menu. When the worksheet is selected, you can type in either formula "\ ! "(e.g. pi*r^2) or equation (e.g. x^2=x+2). Then tap the 'Update' "\ ! "button and the list of variables gets updated. If you wrote in formula, "\ ! "set up the variables and tap button 'Calculate'. If you entered equation, "\ ! "select the variable you want to solve and press button 'Solve'.\n\n"\ ! "You may annotate the function and the variables. Press the 'Note' button "\ ! "and add a note. If you start a new line with a name of variable and colon "\ ! "(e.g. 't: Time'), the rest of the line is treated as a description of the "\ ! "variable and shown to you when you select the variable in the list.\n\n"\ ! "The equation solving internally uses fzero() function, you can modify the "\ ! "parameters by tapping the 'Options' button." END |