home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / warpcalc.zip / readme.txt < prev    next >
Text File  |  1998-07-03  |  8KB  |  215 lines

  1.       _____________________________________________________________
  2.  
  3.       Warp + Calc = WarpCalc
  4.  
  5.       Copyright (c) 1997, 1998 Magnus Olsson. All rights reserved.
  6.  
  7.       Professional edition released July '98
  8.  
  9.       web: http://www.bmtmicro.com/catalog/warpcalc/
  10.  
  11.       email: scicalc@ibm.net
  12.       _____________________________________________________________
  13.  
  14.  
  15.       Description
  16.       ===========
  17.  
  18.       The WarpCalc calculator package contains two scientific
  19.       calculators, one for the OS/2 command line (CLI) and one for
  20.       the OS/2 Presentation Manager (GUI). Both versions share the 
  21.       same core capabilities. In addition to common calculator 
  22.       features they allow the user to define his/her own symbols. 
  23.  
  24.       For documentation on the GUI version refer to the extensive
  25.       online help. Depending on the context, online help can be
  26.       called up by pressing F1 on the keyboard, selecting the help 
  27.       items on the system menu or simply clicking the help button
  28.       in the current dialog.
  29.  
  30.       For documentation on the CLI version have a look at 2nd last
  31.       section of this readme.
  32.  
  33.  
  34.       System requirements
  35.       ===================
  36.  
  37.       Both the CLI version and the GUI version are 32-bit OS/2 
  38.       applications. Calc should run on OS/2 2.x and above. 
  39.       WarpCalc runs on OS/2 3.x (Warp), but Warp 4 or later is 
  40.       recommended for visual appearance. WarpCalc uses the 
  41.       WarpSans font introduced with Warp 4. For Warp 3 users not 
  42.       having this font it can be installed by replacing the 
  43.       Warp 3 version of the file dspres.dll with an updated
  44.       version downloadable from the WarpCalc home page.
  45.  
  46.       
  47.       Installation
  48.       ============
  49.  
  50.       Neither the CLI version nor the GUI version requires any
  51.       special installation. Simply copy the included files to 
  52.       a directory of your choice.
  53.  
  54.       If you are using Warp 4, the WPS will create a program
  55.       object for WarpCalc when you drag the executable to your 
  56.       desktop. If you want to start WarpCalc from the desktop
  57.       popup menu follow these steps:
  58.  
  59.       1. Click mouse button 2 on the desktop.
  60.       2. Select "Properties" from the menu.
  61.       3. Click on the "Menu" tab.
  62.       4. Drag the WarpCalc program object over the 
  63.          "actions on menu" list box and drop it.
  64.  
  65.  
  66.       Licensing
  67.       =========
  68.  
  69.       WarpCalc is shareware. The great thing about shareware is 
  70.       that you only have to buy what you use. The 30 day trial 
  71.       period is absolutely free, but if you decide to use 
  72.       WarpCalc even after this trial period have expired you must 
  73.       register the software. The one-time cost of registration 
  74.       grants you a lifetime license to use this version and all 
  75.       upgrades on one computer at a time. 
  76.  
  77.       WarpCalc can be registered by contacting the author, 
  78.       BMT Micro or one of their authorized distributors. Users 
  79.       in The Netherlands, Belgium, France, Germany and 
  80.       The United Kingdom, may register through BTSoftware in 
  81.       their own currency via local bank transfers or Eurocheques.
  82.       The file register.txt included with this package has all
  83.       the details. 
  84.  
  85.       To encourage registration, some of the professional 
  86.       features are only enabled during the evaluation period and
  87.       after registration. I believe I can trust every OS/2 user
  88.       to register this version if he or she uses these features.
  89.       If you don't use them a slimmed down version is available 
  90.       for download at the WarpCalc homepage (see header), this
  91.       will save you at least $10 off the professional price.
  92.  
  93.  
  94.       New in this release (GUI v1.84 Pro + CLI v2.74)
  95.       ===============================================
  96.  
  97.       This update fixes an ugly bug in the CLI version affecting
  98.       national signs for multiplication, division and decimals. 
  99.       The GUI version has received only small improvements, 
  100.       mostly in the form of new built-in functions. Have a look 
  101.       at the revised online documentation for details. 
  102.  
  103.  
  104.       History
  105.       =======
  106.  
  107.       1997-08-24  Version 1.0
  108.       1997-09-09  Version 1.01
  109.       1997-09-28  Version 1.02
  110.       1997-10-09  Version 1.03
  111.       1997-12-23  Version 1.5
  112.       1998-01-03  Version 1.7
  113.       1998-01-14  Version 1.71
  114.       1998-03-20  Version 1.8
  115.       1998-04-04  Version 1.81
  116.       1998-04-30  Version 1.82
  117.       1998-06-01  Version 1.83
  118.  
  119.       
  120.       Future
  121.       ======
  122.  
  123.       The future is bright! However the degree of brightness 
  124.       depends greatly on you and me. If you email any bugs, 
  125.       comments and suggestions to the support address found in
  126.       the header of this readme and I will see to them.
  127.  
  128.       Anyone who will or already has registered the OS/2 version
  129.       and is interested in the upcoming version for the new Be 
  130.       operating system (the BeOS) will get one free of charge.
  131.  
  132.  
  133.       Documenting the CLI version (v2.74)
  134.       ===================================
  135.  
  136.       The command line version can be passed a mathematical
  137.       expression as a command line argument like this:
  138.  
  139.       calc pi
  140.  
  141.       The above command evaluates the name pi and displays the
  142.       result using default settings. It then immediately returns
  143.       to the command prompt.
  144.  
  145.       It is also possible to enter more than one expression at
  146.       once, separating the different expressions with semicolons.
  147.  
  148.       calc "x= atan 2; sin x/cos x; tan x - ans"
  149.  
  150.       The first expression assigns the angle for tangens 2 to x.
  151.       In the following expression the value of x is used to
  152.       calculate tangens for x. The last expression should give
  153.       the result zero (ans holds the result from the previous
  154.       expression).
  155.  
  156.       When starting the command line version without passing any
  157.       expressions the program will display a command prompt. From
  158.       that prompt you can evaluate mathematical expressions and
  159.       configure the calculators behaviour. The prompt shows the
  160.       angular unit currently used. Online help can be displayed 
  161.       by entering the internal command 'help'. For a list of 
  162.       help topics enter: 'help ?'.
  163.  
  164.       As a default the calculator uses a flexible result notation.
  165.       Except for fix point notation the default precision is 15
  166.       significant digits (fix point notation uses 15 decimals).
  167.       The default angle measurement unit used in conjunction with 
  168.       the trigonometric functions is radian. The defaults can be
  169.       overridden through command line options as shown below.
  170.  
  171.       [ /not sci|fix|eng ][ /prec <n> ][ /unit deg|rad|gra ]
  172.  
  173.       To have the calculator use ANSI colors to highlight input 
  174.       and results add the following switch.
  175.  
  176.       [ /color ]
  177.  
  178.       For U.S. based users there is also a switch to force the 
  179.       calculator to use ISO signs for decimal separator,
  180.       multiplication and the division.
  181.  
  182.       [ /iso ]
  183.  
  184.       Defaults for the command line switches can be set through
  185.       the following environment variables: calc_not, calc_prec,
  186.       calc_unit, calc_iso and calc_color. The options are the same
  187.       as above except for calc_iso and calc_color, which take 
  188.       either a yes or a no. All environment variables are case 
  189.       insensitive.
  190.  
  191.       The internal command line works as follows. A block cursor 
  192.       indicates over-write mode and a line cursor insert mode. 
  193.       Escape erases the current input. Input history can be 
  194.       navigated with the up/down- keys.
  195.  
  196.       For registered users of WarpCalc Pro there is an enhanced 
  197.       version available upon request. Email delivery is free. 
  198.       This version recognizes sexagesimals and has selectable 
  199.       base mode among other things. Unless you state otherwise 
  200.       you will receive updates as they become available.
  201.  
  202.  
  203.       Disclaimer
  204.       ==========
  205.  
  206.       THIS PROGRAM IS PROVIDED AS IS AND COMES WITH NO WARRANTY
  207.       OF ANY KIND, EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL
  208.       THE COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING
  209.       FROM THE USE OF THIS SOFTWARE.
  210.  
  211.       BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE LIMITATIONS ON 
  212.       IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF 
  213.       LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE 
  214.       ABOVE LIMITATIONS MAY NOT APPLY TO YOU.
  215.