home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
info
/
calc.info-30
(
.txt
)
< prev
next >
Wrap
GNU Info File
|
1994-12-22
|
49KB
|
908 lines
This is Info file calc.info, produced by Makeinfo-1.55 from the input
file calc.texinfo.
This file documents Calc, the GNU Emacs calculator.
Copyright (C) 1990, 1991 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided also
that the section entitled "GNU General Public License" is included
exactly as in the original, and provided that the entire resulting
derived work is distributed under the terms of a permission notice
identical to this one.
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that the section entitled "GNU General Public License"
may be included in a translation approved by the author instead of in
the original English.
File: calc.info, Node: Summary, Next: Key Index, Prev: Reporting Bugs, Up: Top
Calc Summary
************
This section includes a complete list of Calc 2.02 keystroke commands.
Each line lists the stack entries used by the command (top-of-stack
last), the keystrokes themselves, the prompts asked by the command, and
the result of the command (also with top-of-stack last). The result is
expressed using the equivalent algebraic function. Commands which put
no results on the stack show the full `M-x' command name in that
position. Numbers preceding the result or command name refer to notes
at the end.
Algebraic functions and `M-x' commands that don't have corresponding
keystrokes are not listed in this summary. *Note Command Index::.
*Note Function Index::.
M-# a 33 calc-embedded-activate
M-# b calc-big-or-small
M-# c calc
M-# d calc-embedded-duplicate
M-# e 34 calc-embedded
M-# f formula calc-embedded-new-formula
M-# g 35 calc-grab-region
M-# i calc-info
M-# j calc-embedded-select
M-# k calc-keypad
M-# l calc-load-everything
M-# m read-kbd-macro
M-# n 4 calc-embedded-next
M-# o calc-other-window
M-# p 4 calc-embedded-previous
M-# q formula quick-calc
M-# r 36 calc-grab-rectangle
M-# s calc-info-summary
M-# t calc-tutorial
M-# u calc-embedded-update
M-# w calc-embedded-word
M-# x calc-quit
M-# y 1,28,49 calc-copy-to-buffer
M-# z calc-user-invocation
M-# : 36 calc-grab-sum-down
M-# _ 36 calc-grab-sum-across
M-# ` editing 30 calc-embedded-edit
M-# 0 (zero) calc-reset
0-9 number number
. number 0.number
_ number -number
e number 1e number
# number current-radix#number
P (in number) +/-
M (in number) mod
@ ' " (in number) HMS form
h m s (in number) HMS form
' formula 37,46 formula
$ formula 37,46 $formula
" string 37,46 string
a b + 2 add(a,b) a+b
a b - 2 sub(a,b) a-b
a b * 2 mul(a,b) a b, a*b
a b / 2 div(a,b) a/b
a b ^ 2 pow(a,b) a^b
a b I ^ 2 nroot(a,b) a^(1/b)
a b % 2 mod(a,b) a%b
a b \ 2 idiv(a,b) a\b
a b : 2 fdiv(a,b)
a b | 2 vconcat(a,b) a|b
a b I | vconcat(b,a) b|a
a b H | 2 append(a,b)
a b I H | append(b,a)
a & 1 inv(a) 1/a
a ! 1 fact(a) a!
a = 1 evalv(a)
a M-% percent(a) a%
... a RET 1 ... a a
... a SPC 1 ... a a
... a b TAB 3 ... b a
. a b c M-TAB 3 ... b c a
... a b LFD 1 ... a b a
... a DEL 1 ...
... a b M-DEL 1 ... b
M-RET 4 calc-last-args
a ` editing 1,30 calc-edit
... a C-d 1 ...
C-k 27 calc-kill
C-w 27 calc-kill-region
C-y calc-yank
C-_ 4 calc-undo
M-k 27 calc-copy-as-kill
M-w 27 calc-copy-region-as-kill
[ [...
[.. a b ] [a,b]
( (...
(.. a b ) (a,b)
, vector or rect complex
; matrix or polar complex
.. interval
~ calc-num-prefix
< 4 calc-scroll-left
> 4 calc-scroll-right
{ 4 calc-scroll-down
} 4 calc-scroll-up
? calc-help
a n 1 neg(a) -a
o 4 calc-realign
p precision 31 calc-precision
q calc-quit
w calc-why
x command M-x calc-command
a y 1,28,49 calc-copy-to-buffer
a A 1 abs(a)
a b B 2 log(a,b)
a b I B 2 alog(a,b) b^a
a C 1 cos(a)
a I C 1 arccos(a)
a H C 1 cosh(a)
a I H C 1 arccosh(a)
D 4 calc-redo
a E 1 exp(a)
a H E 1 exp10(a) 10.^a
a F 1,11 floor(a,d)
a I F 1,11 ceil(a,d)
a H F 1,11 ffloor(a,d)
a I H F 1,11 fceil(a,d)
a G 1 arg(a)
H command 32 Hyperbolic
I command 32 Inverse
a J 1 conj(a)
K command 32 Keep-args
a L 1 ln(a)
a H L 1 log10(a)
M calc-more-recursion-depth
I M calc-less-recursion-depth
a N 5 evalvn(a)
P pi
I P gamma
H P e
I H P