home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Applications / Mathematiques / Calci.lha / Calci / Calci.doc < prev    next >
Text File  |  1993-01-25  |  3KB  |  73 lines

  1. /***************************************************************************/
  2. /*                                                                         */
  3. /*                                C a l c i                                */
  4. /*                                  V 2.0                                  */
  5. /*                                                                         */
  6. /*         Programmed by Wolfgang Breyha                                   */
  7. /*                       Gro▀er Ring 42                                       */
  8. /*                       A-1130  Wien                                      */
  9. /*                       ╓sterreich                                        */
  10. /*         E-Mail        ookummer@swwwnext.tuwien.ac.at                    */
  11. /*                                                                         */
  12. /*    This Program may be freely distributed if:                         */
  13. /*                                                                         */
  14. /*      - You earn no money with it!!                                      */
  15. /*      - The Program, and the .doc-File are both copied                   */
  16. /*      - No Changes (except crunching) are made without                   */
  17. /*        MY permission!!!                                                 */
  18. /*                                                                         */
  19. /***************************************************************************/
  20.  
  21. Calci requires at least Kick 2.0
  22.  
  23. Calci is a little calculator for all programmers out there.
  24.  
  25. Calci detaches itself from the shell. So you don't need 'run'.
  26.  
  27. Now he opens his window. This window is sized to fit the current
  28. system-default-font.
  29.  
  30. It looks like:
  31.  
  32. ------------------
  33. |               0| <- display
  34. |DEC       A     | <- statusline
  35. ------------------
  36.  
  37. Calci is able to calculate +,-,* and /. That's really not very much, but
  38. enough for coders.
  39.  
  40. If you devide by zero Calci displays 'ERROR'. If you reach the 32-Bit maximum
  41. Calci shows 'OVFL'.
  42.  
  43. With F1-F4 you can switch to the different Systems
  44.  
  45. F1 ->   binary (toggles between hi- and loword, too)
  46. F2 ->   octal
  47. F3 ->   decimal (toggles between signed and unsigned, too)
  48. F4 ->   hexadecimal
  49.  
  50. You can take your numeric keypad or the normal one for input.
  51.  
  52. with <- you can delete the right number
  53.  
  54. with del you delete the whole display
  55.  
  56. with RETURN, ENTER or = you'll get the results.
  57.  
  58. But Calci has some spezial features:
  59. F10 -> Calci opens his window on the next screen in the screenlist
  60. F9  -> if Calci's Window is destroyed from an other application (like
  61.        seka) you can rebuild the window with this key.
  62. F8  -> with this key you are able to send the number in the dislay to an
  63.        other application (window).
  64.        If the display shows a 'A' Calci searches for the 'SuperEd'-Screen
  65.        and sends the contents of his display with a prefix (%,\,$).
  66. F6  -> If you press this one you can toggle between 'A' (Auto) and 'W'
  67.        (Wait) in the display. This means if you switch to 'W' and press
  68.        F8 Calci waits until you select another window. Then he sends the
  69.        number to this window (just try it)
  70. F7  -> You can tell Calci to shrink his window if not activated.
  71.  
  72. That's all. Have fun with Calci!
  73.