home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / info / calc.info-1 (.txt) < prev    next >
GNU Info File  |  1994-12-22  |  46KB  |  788 lines

  1. This is Info file calc.info, produced by Makeinfo-1.55 from the input
  2. file calc.texinfo.
  3.    This file documents Calc, the GNU Emacs calculator.
  4.    Copyright (C) 1990, 1991 Free Software Foundation, Inc.
  5.    Permission is granted to make and distribute verbatim copies of this
  6. manual provided the copyright notice and this permission notice are
  7. preserved on all copies.
  8.    Permission is granted to copy and distribute modified versions of
  9. this manual under the conditions for verbatim copying, provided also
  10. that the section entitled "GNU General Public License" is included
  11. exactly as in the original, and provided that the entire resulting
  12. derived work is distributed under the terms of a permission notice
  13. identical to this one.
  14.    Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions, except that the section entitled "GNU General Public License"
  17. may be included in a translation approved by the author instead of in
  18. the original English.
  19. File: calc.info,  Node: Top,  Next: Getting Started,  Up: (dir)
  20. The GNU Emacs Calculator
  21. ************************
  22. "Calc 2.02" is an advanced desk calculator and mathematical tool that
  23. runs as part of the GNU Emacs environment.
  24.    This manual is divided into three major parts: "Getting Started," the
  25. "Calc Tutorial," and the "Calc Reference."  The Tutorial introduces all
  26. the major aspects of Calculator use in an easy, hands-on way.  The
  27. remainder of the manual is a complete reference to the features of the
  28. Calculator.
  29.    For help in the Emacs Info system (which you are using to read this
  30. file), type `?'.  (You can also type `h' to run through a longer Info
  31. tutorial.)
  32. * Menu:
  33. * Copying::               How you can copy and share Calc.
  34. * Getting Started::       General description and overview.
  35. * Tutorial::              A step-by-step introduction for beginners.
  36. * Introduction::          Introduction to the Calc reference manual.
  37. * Data Types::            Types of objects manipulated by Calc.
  38. * Stack and Trail::       Manipulating the stack and trail buffers.
  39. * Mode Settings::         Adjusting display format and other modes.
  40. * Arithmetic::            Basic arithmetic functions.
  41. * Scientific Functions::  Transcendentals and other scientific functions.
  42. * Matrix Functions::      Operations on vectors and matrices.
  43. * Algebra::               Manipulating expressions algebraically.
  44. * Units::                 Operations on numbers with units.
  45. * Store and Recall::      Storing and recalling variables.
  46. * Graphics::              Commands for making graphs of data.
  47. * Kill and Yank::         Moving data into and out of Calc.
  48. * Embedded Mode::         Working with formulas embedded in a file.
  49. * Programming::           Calc as a programmable calculator.
  50. * Installation::          Installing Calc as a part of GNU Emacs.
  51. * Reporting Bugs::        How to report bugs and make suggestions.
  52. * Summary::               Summary of Calc commands and functions.
  53. * Key Index::             The standard Calc key sequences.
  54. * Command Index::         The interactive Calc commands.
  55. * Function Index::        Functions (in algebraic formulas).
  56. * Concept Index::         General concepts.
  57. * Variable Index::        Variables used by Calc (both user and internal).
  58. * Lisp Function Index::   Internal Lisp math functions.
  59. File: calc.info,  Node: Copying,  Next: Getting Started,  Prev: Top,  Up: Top
  60. GNU GENERAL PUBLIC LICENSE
  61. **************************
  62.                        Version 1, February 1989
  63.      Copyright (C) 1989 Free Software Foundation, Inc.
  64.      675 Mass Ave, Cambridge, MA 02139, USA
  65.      
  66.      Everyone is permitted to copy and distribute verbatim copies
  67.      of this license document, but changing it is not allowed.
  68. Preamble
  69. ========
  70.    The license agreements of most software companies try to keep users
  71. at the mercy of those companies.  By contrast, our General Public
  72. License is intended to guarantee your freedom to share and change free
  73. software--to make sure the software is free for all its users.  The
  74. General Public License applies to the Free Software Foundation's
  75. software and to any other program whose authors commit to using it.
  76. You can use it for your programs, too.
  77.    When we speak of free software, we are referring to freedom, not
  78. price.  Specifically, the General Public License is designed to make
  79. sure that you have the freedom to give away or sell copies of free
  80. software, that you receive source code or can get it if you want it,
  81. that you can change the software or use pieces of it in new free
  82. programs; and that you know you can do these things.
  83.    To protect your rights, we need to make restrictions that forbid
  84. anyone to deny you these rights or to ask you to surrender the rights.
  85. These restrictions translate to certain responsibilities for you if you
  86. distribute copies of the software, or if you modify it.
  87.    For example, if you distribute copies of a such a program, whether
  88. gratis or for a fee, you must give the recipients all the rights that
  89. you have.  You must make sure that they, too, receive or can get the
  90. source code.  And you must tell them their rights.
  91.    We protect your rights with two steps: (1) copyright the software,
  92. and (2) offer you this license which gives you legal permission to copy,
  93. distribute and/or modify the software.
  94.    Also, for each author's protection and ours, we want to make certain
  95. that everyone understands that there is no warranty for this free
  96. software.  If the software is modified by someone else and passed on, we
  97. want its recipients to know that what they have is not the original, so
  98. that any problems introduced by others will not reflect on the original
  99. authors' reputations.
  100.    The precise terms and conditions for copying, distribution and
  101. modification follow.
  102.                          TERMS AND CONDITIONS
  103.   1. This License Agreement applies to any program or other work which
  104.      contains a notice placed by the copyright holder saying it may be
  105.      distributed under the terms of this General Public License.  The
  106.      "Program", below, refers to any such program or work, and a "work
  107.      based on the Program" means either the Program or any work
  108.      containing the Program or a portion of it, either verbatim or with
  109.      modifications.  Each licensee is addressed as "you".
  110.   2. You may copy and distribute verbatim copies of the Program's source
  111.      code as you receive it, in any medium, provided that you
  112.      conspicuously and appropriately publish on each copy an
  113.      appropriate copyright notice and disclaimer of warranty; keep
  114.      intact all the notices that refer to this General Public License
  115.      and to the absence of any warranty; and give any other recipients
  116.      of the Program a copy of this General Public License along with
  117.      the Program.  You may charge a fee for the physical act of
  118.      transferring a copy.
  119.   3. You may modify your copy or copies of the Program or any portion of
  120.      it, and copy and distribute such modifications under the terms of
  121.      Paragraph 1 above, provided that you also do the following:
  122.         * cause the modified files to carry prominent notices stating
  123.           that you changed the files and the date of any change; and
  124.         * cause the whole of any work that you distribute or publish,
  125.           that in whole or in part contains the Program or any part
  126.           thereof, either with or without modifications, to be licensed
  127.           at no charge to all third parties under the terms of this
  128.           General Public License (except that you may choose to grant
  129.           warranty protection to some or all third parties, at your
  130.           option).
  131.         * If the modified program normally reads commands interactively
  132.           when run, you must cause it, when started running for such
  133.           interactive use in the simplest and most usual way, to print
  134.           or display an announcement including an appropriate copyright
  135.           notice and a notice that there is no warranty (or else,
  136.           saying that you provide a warranty) and that users may
  137.           redistribute the program under these conditions, and telling
  138.           the user how to view a copy of thi