home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / ucalc18.zip / WHATSNEW.DOC < prev   
Text File  |  1993-09-14  |  2KB  |  59 lines

  1.     New Features in Ultimate Calculator v1.8 (upgraded from v1.2)
  2.     =============================================================
  3.  
  4.     o User functions now accept multiple parameters.  For example:
  5.       logx(base,number) = ln(number) / ln(base)
  6.  
  7.     o PRINT command sends output to the printer
  8.  
  9.     o LISTF (also F5) command lists all user functions
  10.  
  11.     o Implicit multiplication.  The following for instance are equivalent
  12.       2pi(3+5)(2-8) x y       <==>       2*pi*(3+5)*(2-8)*x*y
  13.  
  14.     o Commands to change or remove the "ucalc> " and "Answer: " prompts
  15.  
  16.     o EXIT command or ^C can be used as a quick exit
  17.  
  18.     o SHELL command shells to DOS
  19.  
  20.     o LOAD command loads a user file
  21.  
  22.     o WRITE command writes the current session to a file
  23.  
  24.     o CLOSE stops writing to the file opened with the WRITE command
  25.  
  26.     Changes
  27.     =======
  28.  
  29.     o To make things more clear, the variable which stores the value of the
  30.       previous operation is now 'last'.  Variable 'x' also does the same
  31.       thing (for compatibility with the previous version of Ucalc).
  32.  
  33.     o UCALC.DEF may now cantain any command.  The previous version only
  34.       allowed user functions & variables.
  35.  
  36.     o FIX & DIG.  The FIX command in the previous version was a misnomer.
  37.       Now, the DIG command is what controls the *total* number of digits
  38.       displayed, and the FIX command controls the number of *decimal*
  39.       digits displayed.
  40.  
  41.     o In the previous version variables could have the same name as
  42.       unrelated functions.  However, due to the implicit multiplication
  43.       feature which has been added, it is no longer recommended that any
  44.       variable shares the same name as a function.
  45.  
  46.     o I am trying a new registration incentive.  All features that are in
  47.       the registered version are present in the evaluation version.  The
  48.       evaluation copy has a reminder screen upon exit, with a delay which
  49.       can be cut short by ESC.  I'd like to hear your opinion on it.
  50.  
  51.     Bug fixes
  52.     =========
  53.  
  54.     o Screen color attributes are no longer changed by F1 or CLS
  55.  
  56.     o UCALC.DEF in a different directory should no longer cause a problem
  57.  
  58.     o Variables with embedded numeral digits no longer confuse the parser
  59.