home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / science / eval104.arj / HISTORY.TXT < prev    next >
Text File  |  1992-02-06  |  1KB  |  37 lines

  1. EVAL Copyright (c) 1991-1992 Copy Con Incorporated
  2.  
  3. Update History
  4.  
  5. Date      Version  Release notes
  6. --------  -------  -------------
  7. 02/06/92   1.04    Complex/imaginary numbers are now fully supported.
  8.  
  9.                    New functions: ARG, CONJ, IMAG, NORM, and REAL for complex
  10.                    numbers; FRAC to complement INT; RAND for random integers;
  11.                    and SQRT for square root (SQR now gives the square of the
  12.                    input value).
  13.  
  14.                    The INT function now gives correct values for negative
  15.                    numbers.
  16.  
  17.                    The 'significant digits' default has been changed to 10.
  18.  
  19.                    The 'show variables' default has been changed to Y.
  20.  
  21. 12/12/91   1.03    The 'D' option now specifies the number of significant
  22.                    digits displayed, not the number of decimal places. Unless
  23.                    overridden, the expression outcome will have as many decimal
  24.                    places as needed (up to 20).
  25.  
  26.                    The trailing zeroes in decimal answers are now suppressed.
  27.                    (example: 'EVAL 5/2' now defaults to '2.5', not '2.500')
  28.  
  29. 09/27/91   1.02    Function errors weren't being trapped in all cases; fixed.
  30.  
  31. 09/21/91   1.01    Added user-definable variables.
  32.  
  33.                    Multiplication is now assumed if there are no operators
  34.                    between two values.
  35.  
  36. 09/14/91   1.00    Initial release.
  37.