home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / calc.zip / readme.txt < prev   
Text File  |  1998-07-03  |  4KB  |  114 lines

  1.       ___________________________________________________________
  2.  
  3.       Calc Lite for OS/2
  4.  
  5.       Copyright (c) 1998 Magnus Olsson. All rights reserved.
  6.  
  7.       Scientific CLI Calculator for 32-bit OS/2
  8.       ___________________________________________________________
  9.  
  10.  
  11.       Description
  12.       ===========
  13.  
  14.       The "Calc Lite" calculator is a freeware version of
  15.       the command line calculator included in the shareware 
  16.       WarpCalc. The only major difference is that this version
  17.       is unsupported.
  18.  
  19.  
  20.       System requirements
  21.       ===================
  22.  
  23.       Calc Lite is a 32-bit OS/2 application and should run on 
  24.       OS/2 version 2.x and above. 
  25.  
  26.  
  27.       Licensing
  28.       =========
  29.  
  30.       Calc Lite is freeware, but is copyrighted and not in the 
  31.       public domain. Permission is granted to any individual or 
  32.       institution to use, copy, or redistribute this software so 
  33.       long as all of the original files are included unmodified, 
  34.       that it is not sold for profit, and that this copyright 
  35.       notice is retained.
  36.  
  37.  
  38.       Documentation 
  39.       =============
  40.  
  41.       The calculator can be passed a mathematical expression as
  42.       a command line argument like this:
  43.  
  44.       calc pi
  45.  
  46.       The above command evaluates the name pi and displays the
  47.       result using default settings. It then immediately returns
  48.       to the command prompt.
  49.  
  50.       It is also possible to enter more than one expression at
  51.       once, separating the different expressions with semicolons.
  52.  
  53.       calc "x= atan 2; sin x/cos x; tan x - ans"
  54.  
  55.       The first expression assigns the angle for tangens 2 to x.
  56.       In the following expression the value of x is used to
  57.       calculate tangens for x. The last expression should give
  58.       the result zero (ans holds the result from the previous
  59.       expression).
  60.  
  61.       When starting the calculator without passing any
  62.       expressions the program will display a command prompt. From
  63.       that prompt you can evaluate mathematical expressions and
  64.       configure the calculators behavior. The prompt shows the
  65.       angular unit currently used. Online help can be displayed 
  66.       by entering the internal command 'help'. For a list of 
  67.       help topics enter: 'help ?'.
  68.  
  69.       As a default the calculator uses a flexible result notation.
  70.       Except for fix point notation the default precision is 15
  71.       significant digits (fix point notation uses 15 decimals).
  72.       The default angle measurement unit used in conjunction with 
  73.       the trigonometric functions is radian. The defaults can be
  74.       overridden through command line options as shown below.
  75.  
  76.       [ /not sci|fix|eng ][ /prec <n> ][ /unit deg|rad|gra ]
  77.  
  78.       To have the calculator use ANSI colors to highlight input 
  79.       and results add the following switch.
  80.  
  81.       [ /color ]
  82.  
  83.       For U.S. based users there is also a switch to force the 
  84.       calculator to use ISO signs for decimal separator,
  85.       multiplication and the division.
  86.  
  87.       [ /iso ]
  88.  
  89.       Defaults for the command line switches can be set through
  90.       the following environment variables: calc_not, calc_prec,
  91.       calc_unit, calc_iso and calc_color. The options are the same
  92.       as above except for calc_iso and calc_color, which take 
  93.       either a yes or a no. All environment variables are case 
  94.       insensitive.
  95.  
  96.       The internal command line works as follows. A block cursor 
  97.       indicates over-write mode and a line cursor insert mode. 
  98.       Escape erases the current input. Input history can be 
  99.       navigated with the up/down- keys.
  100.  
  101.  
  102.       Disclaimer
  103.       ==========
  104.  
  105.       THIS PROGRAM IS PROVIDED AS IS AND COMES WITH NO WARRANTY
  106.       OF ANY KIND, EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL
  107.       THE COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING
  108.       FROM THE USE OF THIS SOFTWARE.
  109.  
  110.       BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE LIMITATIONS ON 
  111.       IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF 
  112.       LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE 
  113.       ABOVE LIMITATIONS MAY NOT APPLY TO YOU.
  114.