home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / info / calc.info-30 (.txt) < prev    next >
GNU Info File  |  1994-12-22  |  49KB  |  908 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: Summary,  Next: Key Index,  Prev: Reporting Bugs,  Up: Top
  20. Calc Summary
  21. ************
  22. This section includes a complete list of Calc 2.02 keystroke commands.
  23. Each line lists the stack entries used by the command (top-of-stack
  24. last), the keystrokes themselves, the prompts asked by the command, and
  25. the result of the command (also with top-of-stack last).  The result is
  26. expressed using the equivalent algebraic function.  Commands which put
  27. no results on the stack show the full `M-x' command name in that
  28. position.  Numbers preceding the result or command name refer to notes
  29. at the end.
  30.    Algebraic functions and `M-x' commands that don't have corresponding
  31. keystrokes are not listed in this summary.  *Note Command Index::.
  32. *Note Function Index::.
  33.             M-# a                   33  calc-embedded-activate
  34.             M-# b                       calc-big-or-small
  35.             M-# c                       calc
  36.             M-# d                       calc-embedded-duplicate
  37.             M-# e                   34  calc-embedded
  38.             M-# f  formula              calc-embedded-new-formula
  39.             M-# g                   35  calc-grab-region
  40.             M-# i                       calc-info
  41.             M-# j                       calc-embedded-select
  42.             M-# k                       calc-keypad
  43.             M-# l                       calc-load-everything
  44.             M-# m                       read-kbd-macro
  45.             M-# n                    4  calc-embedded-next
  46.             M-# o                       calc-other-window
  47.             M-# p                    4  calc-embedded-previous
  48.             M-# q  formula              quick-calc
  49.             M-# r                   36  calc-grab-rectangle
  50.             M-# s                       calc-info-summary
  51.             M-# t                       calc-tutorial
  52.             M-# u                       calc-embedded-update
  53.             M-# w                       calc-embedded-word
  54.             M-# x                       calc-quit
  55.             M-# y              1,28,49  calc-copy-to-buffer
  56.             M-# z                       calc-user-invocation
  57.             M-# :                   36  calc-grab-sum-down
  58.             M-# _                   36  calc-grab-sum-across
  59.             M-# `  editing          30  calc-embedded-edit
  60.             M-# 0  (zero)               calc-reset
  61.              0-9   number               number
  62.              .     number               0.number
  63.              _     number               -number
  64.              e     number               1e number
  65.              #     number               current-radix#number
  66.              P     (in number)          +/-
  67.              M     (in number)          mod
  68.              @ ' "   (in number)        HMS form
  69.              h m s   (in number)        HMS form
  70.              '     formula       37,46  formula
  71.              $     formula       37,46  $formula
  72.              "     string        37,46  string
  73.     a b      +                       2  add(a,b)  a+b
  74.     a b      -                       2  sub(a,b)  a-b
  75.     a b      *                       2  mul(a,b)  a b, a*b
  76.     a b      /                       2  div(a,b)  a/b
  77.     a b      ^                       2  pow(a,b)  a^b
  78.     a b    I ^                       2  nroot(a,b)  a^(1/b)
  79.     a b      %                       2  mod(a,b)  a%b
  80.     a b      \                       2  idiv(a,b)  a\b
  81.     a b      :                       2  fdiv(a,b)
  82.     a b      |                       2  vconcat(a,b)  a|b
  83.     a b    I |                          vconcat(b,a)  b|a
  84.     a b    H |                       2  append(a,b)
  85.     a b  I H |                          append(b,a)
  86.       a      &                       1  inv(a)  1/a
  87.       a      !                       1  fact(a)  a!
  88.       a      =                       1  evalv(a)
  89.       a      M-%                        percent(a)  a%
  90.   ... a      RET                     1  ... a a
  91.   ... a      SPC                     1  ... a a
  92. ... a b      TAB                     3  ... b a
  93. . a b c      M-TAB                   3  ... b c a
  94. ... a b      LFD                     1  ... a b a
  95.   ... a      DEL                     1  ...
  96. ... a b      M-DEL                   1  ... b
  97.              M-RET                   4  calc-last-args
  98.       a      `     editing        1,30  calc-edit
  99.   ... a      C-d                     1  ...
  100.              C-k                    27  calc-kill
  101.              C-w                    27  calc-kill-region
  102.              C-y                        calc-yank
  103.              C-_                     4  calc-undo
  104.              M-k                    27  calc-copy-as-kill
  105.              M-w                    27  calc-copy-region-as-kill
  106.              [                          [...
  107. [.. a b      ]                          [a,b]
  108.              (                          (...
  109. (.. a b      )                          (a,b)
  110.              ,                          vector or rect complex
  111.              ;                          matrix or polar complex
  112.              ..                         interval
  113.              ~                          calc-num-prefix
  114.              <                       4  calc-scroll-left
  115.              >                       4  calc-scroll-right
  116.              {                       4  calc-scroll-down
  117.              }                       4  calc-scroll-up
  118.              ?                          calc-help
  119.       a      n                       1  neg(a)  -a
  120.              o                       4  calc-realign
  121.              p     precision        31  calc-precision
  122.              q                          calc-quit
  123.              w                          calc-why
  124.              x     command              M-x calc-command
  125.       a      y                 1,28,49  calc-copy-to-buffer
  126.       a      A                       1  abs(a)
  127.     a b      B                       2  log(a,b)
  128.     a b    I B                       2  alog(a,b)  b^a
  129.       a      C                       1  cos(a)
  130.       a    I C                       1  arccos(a)
  131.       a    H C                       1  cosh(a)
  132.       a  I H C                       1  arccosh(a)
  133.              D                       4  calc-redo
  134.       a      E                       1  exp(a)
  135.       a    H E                       1  exp10(a)  10.^a
  136.       a      F                    1,11  floor(a,d)
  137.       a    I F                    1,11  ceil(a,d)
  138.       a    H F                    1,11  ffloor(a,d)
  139.       a  I H F                    1,11  fceil(a,d)
  140.       a      G                       1  arg(a)
  141.              H     command          32  Hyperbolic
  142.              I     command          32  Inverse
  143.       a      J                       1  conj(a)
  144.              K     command          32  Keep-args
  145.       a      L                       1  ln(a)
  146.       a    H L                       1  log10(a)
  147.              M                          calc-more-recursion-depth
  148.            I M                          calc-less-recursion-depth
  149.       a      N                       5  evalvn(a)
  150.              P                          pi
  151.            I P                          gamma
  152.            H P                          e
  153.          I H P