summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-map.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2009-11-16 00:02:21 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2009-11-16 00:02:21 +0000
commit43a4260ead0893c6d55d65b37c78be3a2f22245f (patch)
tree00e92aad98ceb3d93f461c8fef06d2dd2cb37a71 /lisp/calc/calc-map.el
parent6f1b89435a2f9018b91e8b5d23d85e37f799b533 (diff)
(calc-get-operator): Add `calc-symclip'.
(calc-b-oper-keys): Add `calc-symclip' to list.
Diffstat (limited to 'lisp/calc/calc-map.el')
-rw-r--r--lisp/calc/calc-map.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el
index 4feafcd92b..0492eab0f5 100644
--- a/lisp/calc/calc-map.el
+++ b/lisp/calc/calc-map.el
@@ -308,6 +308,7 @@
( ?d 2 calcFunc-diff )
( ?n 1 calcFunc-not )
( ?c 1 calcFunc-clip )
+ ( ?s 1 calcFunc-symclip )
( ?l 2 calcFunc-lsh )
( ?r 2 calcFunc-rsh )
( ?L 2 calcFunc-ash )
@@ -508,7 +509,7 @@
"SHIFT + Abs, conJ, arG; maX, miN; Floor, Round; sQrt"
"SHIFT + Inv, Hyp; Sin, Cos, Tan; Exp, Ln, logB"
"Algebra + Simp, Esimp, Deriv, Integ, !, =, etc."
- "Binary + And, Or, Xor, Diff; l/r/t/L/R shifts; Not, Clip"
+ "Binary + And, Or, Xor, Diff; l/r/t/L/R shifts; Not, Clip, Symclip"
"Conversions + Deg, Rad, HMS; Float; SHIFT + Fraction"
"Functions + Re, Im; Hypot; Mant, Expon, Scale; etc."
"Kombinatorics + Dfact, Lcm, Gcd, Choose; Random; etc."