1 ;;; calc-misc.el --- miscellaneous functions for Calc
3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004
4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 ;; Author: David Gillespie <daveg@synaptics.com>
7 ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 3, or (at your option)
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
30 ;; This file is autoloaded from calc.el.
35 ;; Declare functions which are defined elsewhere.
36 (declare-function calc-do-keypad
"calc-keypd" (&optional full-display interactive
))
37 (declare-function calc-inv-hyp-prefix-help
"calc-help" ())
38 (declare-function calc-inverse-prefix-help
"calc-help" ())
39 (declare-function calc-hyperbolic-prefix-help
"calc-help" ())
40 (declare-function calc-explain-why
"calc-stuff" (why &optional more
))
41 (declare-function calc-clear-command-flag
"calc-ext" (f))
42 (declare-function calc-roll-down-with-selections
"calc-sel" (n m
))
43 (declare-function calc-roll-up-with-selections
"calc-sel" (n m
))
44 (declare-function calc-last-args
"calc-undo" (n))
45 (declare-function calc-is-inverse
"calc-ext" ())
46 (declare-function calc-do-prefix-help
"calc-ext" (msgs group key
))
47 (declare-function math-objvecp
"calc-ext" (a))
48 (declare-function math-known-scalarp
"calc-arith" (a &optional assume-scalar
))
49 (declare-function math-vectorp
"calc-ext" (a))
50 (declare-function math-matrixp
"calc-ext" (a))
51 (declare-function math-trunc-special
"calc-arith" (a prec
))
52 (declare-function math-trunc-fancy
"calc-arith" (a))
53 (declare-function math-floor-special
"calc-arith" (a prec
))
54 (declare-function math-floor-fancy
"calc-arith" (a))
55 (declare-function math-square-matrixp
"calc-ext" (a))
56 (declare-function math-matrix-inv-raw
"calc-mtx" (m))
57 (declare-function math-known-matrixp
"calc-arith" (a))
58 (declare-function math-mod-fancy
"calc-arith" (a b
))
59 (declare-function math-pow-of-zero
"calc-arith" (a b
))
60 (declare-function math-pow-zero
"calc-arith" (a b
))
61 (declare-function math-pow-fancy
"calc-arith" (a b
))
64 (defun calc-dispatch-help (arg)
65 "C-x* is a prefix key sequence; follow it with one of these letters:
67 For turning Calc on and off:
68 C calc. Start the Calculator in a window at the bottom of the screen.
69 O calc-other-window. Start the Calculator but don't select its window.
70 B calc-big-or-small. Control whether to use the full Emacs screen for Calc.
71 Q quick-calc. Use the Calculator in the minibuffer.
72 K calc-keypad. Start the Calculator in keypad mode (X window system only).
73 E calc-embedded. Use the Calculator on a formula in this editing buffer.
74 J calc-embedded-select. Like E, but select appropriate half of => or :=.
75 W calc-embedded-word. Like E, but activate a single word, i.e., a number.
76 Z calc-user-invocation. Invoke Calc in the way you defined with `Z I' cmd.
77 X calc-quit. Turn Calc off.
79 For moving data into and out of Calc:
80 G calc-grab-region. Grab the region defined by mark and point into Calc.
81 R calc-grab-rectangle. Grab the rectangle defined by mark, point into Calc.
82 : calc-grab-sum-down. Grab a rectangle and sum the columns.
83 _ calc-grab-sum-across. Grab a rectangle and sum the rows.
84 Y calc-copy-to-buffer. Copy a value from the stack into the editing buffer.
86 For use with Embedded mode:
87 A calc-embedded-activate. Find and activate all :='s and =>'s in buffer.
88 D calc-embedded-duplicate. Make a copy of this formula and select it.
89 F calc-embedded-new-formula. Insert a new formula at current point.
90 N calc-embedded-next. Advance cursor to next known formula in buffer.
91 P calc-embedded-previous. Advance cursor to previous known formula.
92 U calc-embedded-update-formula. Re-evaluate formula at point.
93 ` calc-embedded-edit. Use calc-edit to edit formula at point.
96 I calc-info. Read the Calculator manual in the Emacs Info system.
97 T calc-tutorial. Run the Calculator Tutorial using the Emacs Info system.
98 S calc-summary. Read the Summary from the Calculator manual in Info.
101 L calc-load-everything. Load all parts of the Calculator into memory.
102 M read-kbd-macro. Read a region of keystroke names as a keyboard macro.
103 0 (zero) calc-reset. Reset Calc stack and modes to default state.
105 Press `*' twice (`C-x * *') to turn Calc on or off using the same
106 Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
110 (if calc-dispatch-help
112 (save-window-excursion
113 (describe-function 'calc-dispatch-help
)
114 (let ((win (get-buffer-window "*Help*")))
119 (message "Calc options: Calc, Keypad, ... %s"
120 "press SPC, DEL to scroll, C-g to cancel")
121 (memq (car (setq key
(calc-read-key t
)))
122 '(? ?\C-h ?\C-? ?\C-v ?\M-v
)))
124 (if (memq (car key
) '(? ?\C-v
))
128 (calc-unread-command (cdr key
))))))
129 (calc-do-dispatch nil
))
130 (let ((calc-dispatch-help t
))
131 (calc-do-dispatch arg
))))
134 (defun calc-big-or-small (arg)
135 "Toggle Calc between full-screen and regular mode."
137 (let ((cwin (get-buffer-window "*Calculator*"))
138 (twin (get-buffer-window "*Calc Trail*"))
139 (kwin (get-buffer-window "*Calc Keypad*")))
143 (and twin
(eq (window-width twin
) (frame-width)))
144 (eq (window-height cwin
) (1- (frame-height))))))
145 (setq calc-full-mode
(if arg
146 (> (prefix-numeric-value arg
) 0)
147 (not calc-full-mode
)))
151 (calc-do-keypad calc-full-mode nil
))
155 (calc nil calc-full-mode nil
))))
156 (message (if calc-full-mode
157 "Now using full screen for Calc"
158 "Now using partial screen for Calc"))))
160 (defun calc-other-window (&optional interactive
)
161 "Invoke the Calculator in another window."
163 (if (memq major-mode
'(calc-mode calc-trail-mode
))
166 (if (memq major-mode
'(calc-mode calc-trail-mode
))
168 (if (get-buffer-window "*Calculator*")
170 (let ((win (selected-window)))
171 (calc nil win interactive
)))))
173 (defun another-calc ()
174 "Create another, independent Calculator buffer."
176 (if (eq major-mode
'calc-mode
)
179 (set-default v
(symbol-value v
)))) calc-local-var-list
))
180 (set-buffer (generate-new-buffer "*Calculator*"))
181 (pop-to-buffer (current-buffer))
185 "Run the Emacs Info system on the Calculator documentation."
187 (select-window (get-largest-window))
190 (defun calc-info-goto-node (node)
191 "Go to a node in the Calculator info documentation."
193 (select-window (get-largest-window))
194 (info (concat "(Calc)" node
)))
196 (defun calc-tutorial ()
197 "Run the Emacs Info system on the Calculator Tutorial."
199 (if (get-buffer-window "*Calculator*")
201 (calc-info-goto-node "Interactive Tutorial")
203 (message "Welcome to the Calc Tutorial!"))
205 (defun calc-info-summary ()
206 "Run the Emacs Info system on the Calculator Summary."
208 (calc-info-goto-node "Summary"))
213 '("Press `h' for complete help; press `?' repeatedly for a summary"
214 "Letter keys: Negate; Precision; Yank; Why; Xtended cmd; Quit"
215 "Letter keys: SHIFT + Undo, reDo; Keep-args; Inverse, Hyperbolic"
216 "Letter keys: SHIFT + sQrt; Sin, Cos, Tan; Exp, Ln, logB"
217 "Letter keys: SHIFT + Floor, Round; Abs, conJ, arG; Pi"
218 "Letter keys: SHIFT + Num-eval; More-recn; eXec-kbd-macro"
219 "Other keys: +, -, *, /, ^, \\ (int div), : (frac div)"
220 "Other keys: & (1/x), | (concat), % (modulo), ! (factorial)"
221 "Other keys: ' (alg-entry), = (eval), ` (edit); M-RET (last-args)"
222 "Other keys: SPC/RET (enter/dup), LFD (over); < > (scroll horiz)"
223 "Other keys: DEL (drop), M-DEL (drop-above); { } (scroll vert)"
224 "Other keys: TAB (swap/roll-dn), M-TAB (roll-up)"
225 "Other keys: [ , ; ] (vector), ( , ) (complex), ( ; ) (polar)"
226 "Prefix keys: Algebra, Binary/business, Convert, Display"
227 "Prefix keys: Functions, Graphics, Help, J (select)"
228 "Prefix keys: Kombinatorics/statistics, Modes, Store/recall"
229 "Prefix keys: Trail/time, Units/statistics, Vector/matrix"
230 "Prefix keys: Z (user), SHIFT + Z (define)"
231 "Prefix keys: prefix + ? gives further help for that prefix")
233 " Calc %s by Dave Gillespie, daveg@synaptics.com"
235 (if calc-full-help-flag
237 (if (or calc-inverse-flag calc-hyperbolic-flag
)
238 (if calc-inverse-flag
239 (if calc-hyperbolic-flag
240 (calc-inv-hyp-prefix-help)
241 (calc-inverse-prefix-help))
242 (calc-hyperbolic-prefix-help))
243 (setq calc-help-phase
244 (if (eq this-command last-command
)
245 (%
(1+ calc-help-phase
) (1+ (length msgs
)))
247 (let ((msg (nth calc-help-phase msgs
)))
248 (message "%s" (if msg
250 (make-string (- (apply 'max
260 ;;;; Stack and buffer management.
262 ;; The variable calc-last-why-command is set in calc-do-handly-whys
263 ;; and used in calc-why (in calc-stuff.el).
264 (defvar calc-last-why-command
)
266 (defun calc-do-handle-whys ()
267 (setq calc-why
(sort calc-next-why
270 (and (eq (car x
) '*) (not (eq (car y
) '*))))))
272 (if (and calc-why
(or (eq calc-auto-why t
)
273 (and (eq (car (car calc-why
)) '*)
277 (calc-explain-why (car calc-why
)
278 (if (eq calc-auto-why t
)
281 (eq (car (nth 1 calc-why
)) '*))))
282 (setq calc-last-why-command this-command
)
283 (calc-clear-command-flag 'clear-message
))))
285 (defun calc-record-why (&rest stuff
)
286 (if (eq (car stuff
) 'quiet
)
287 (setq stuff
(cdr stuff
))
288 (if (and (symbolp (car stuff
))
290 (or (Math-objectp (nth 1 stuff
))
291 (and (Math-vectorp (nth 1 stuff
))
292 (math-constp (nth 1 stuff
)))
293 (math-infinitep (nth 1 stuff
))))
294 (setq stuff
(cons '* stuff
))
295 (if (and (stringp (car stuff
))
296 (string-match "\\`\\*" (car stuff
)))
297 (setq stuff
(cons '* (cons (substring (car stuff
) 1)
299 (setq calc-next-why
(cons stuff calc-next-why
))
302 ;;; True if A is a constant or vector of constants. [P x] [Public]
303 (defun math-constp (a)
305 (and (memq (car a
) '(sdev intv mod vec
))
307 (while (and (setq a
(cdr a
))
308 (or (Math-scalarp (car a
)) ; optimization
309 (math-constp (car a
)))))
313 (defun calc-roll-down-stack (n &optional m
)
315 (calc-roll-up-stack (- n
) m
)
316 (if (or (= n
0) (> n
(calc-stack-size))) (setq n
(calc-stack-size)))
320 (if (and calc-any-selections
321 (not calc-use-selections
))
322 (calc-roll-down-with-selections n m
)
323 (calc-pop-push-list n
324 (append (calc-top-list m
1)
325 (calc-top-list (- n m
) (1+ m
))))))))
327 (defun calc-roll-up-stack (n &optional m
)
329 (calc-roll-down-stack (- n
) m
)
330 (if (or (= n
0) (> n
(calc-stack-size))) (setq n
(calc-stack-size)))
334 (if (and calc-any-selections
335 (not calc-use-selections
))
336 (calc-roll-up-with-selections n m
)
337 (calc-pop-push-list n
338 (append (calc-top-list (- n m
) 1)
339 (calc-top-list m
(- n m -
1))))))))
342 (defun calc-do-refresh ()
343 (if calc-hyperbolic-flag
345 (setq calc-display-dirty t
)
351 (defun calc-record-list (vals &optional prefix
)
353 (or (eq (car vals
) 'top-of-stack
)
355 (calc-record (car vals
) prefix
)
356 (setq prefix
"...")))
357 (setq vals
(cdr vals
))))
360 (defun calc-last-args-stub (arg)
363 (calc-last-args arg
))
366 (defun calc-power (arg)
369 (if (and (featurep 'calc-ext
)
371 (calc-binary-op "root" 'calcFunc-nroot arg nil nil
)
372 (calc-binary-op "^" 'calcFunc-pow arg nil nil
'^
))))
374 (defun calc-mod (arg)
377 (calc-binary-op "%" 'calcFunc-mod arg nil nil
'%
)))
379 (defun calc-inv (arg)
382 (calc-unary-op "inv" 'calcFunc-inv arg
)))
384 (defun calc-percent ()
387 (calc-pop-push-record-list
388 1 "%" (list (list 'calcFunc-percent
(calc-top-n 1))))))
394 (calc-enter (- (prefix-numeric-value n
)))
398 (defun calc-pop-above (n)
401 (calc-pop (- (prefix-numeric-value n
)))
404 (defun calc-roll-down (n)
407 (let ((nn (prefix-numeric-value n
)))
409 (calc-roll-down-stack 2))
411 (calc-roll-down-stack nn
))
413 (calc-pop-push-list (calc-stack-size)
415 (calc-top-list (calc-stack-size)))))
417 (calc-roll-down-stack (calc-stack-size) (- nn
)))))))
419 (defun calc-roll-up (n)
422 (let ((nn (prefix-numeric-value n
)))
424 (calc-roll-up-stack 3))
426 (calc-roll-up-stack nn
))
428 (calc-pop-push-list (calc-stack-size)
430 (calc-top-list (calc-stack-size)))))
432 (calc-roll-up-stack (calc-stack-size) (- nn
)))))))
439 (defun calc-num-prefix-name (n)
440 (cond ((eq n
'-
) "- ")
441 ((equal n
'(4)) "C-u ")
442 ((consp n
) (format "%d " (car n
)))
443 ((integerp n
) (format "%d " n
))
446 (defun calc-missing-key (n)
447 "This is a placeholder for a command which needs to be loaded from calc-ext.
448 When this key is used, calc-ext (the Calculator extensions module) will be
449 loaded and the keystroke automatically re-typed."
452 (if (keymapp (key-binding (char-to-string last-command-char
)))
453 (message "%s%c-" (calc-num-prefix-name n
) last-command-char
))
454 (calc-unread-command)
457 (defun calc-shift-Y-prefix-help ()
460 (calc-do-prefix-help calc-Y-help-msgs
"other" ?Y
))
465 (defun calcDigit-letter ()
467 (if (calc-minibuffer-contains "[-+]?\\(1[1-9]\\|[2-9][0-9]\\)#.*")
469 (setq last-command-char
(upcase last-command-char
))
471 (calcDigit-nondigit)))
474 ;; A Lisp version of temp_minibuffer_message from minibuf.c.
475 (defun calc-temp-minibuffer-message (m)
476 (let ((savemax (point-max)))
478 (goto-char (point-max))
484 (identity 1) ; this forces a call to QUIT; in bytecode.c.
487 (delete-region savemax
(point-max))
488 (or okay
(abort-recursive-edit)))))))
491 (put 'math-with-extra-prec
'lisp-indent-hook
1)
494 ;;; Concatenate two vectors, or a vector and an object. [V O O] [Public]
495 (defun math-concat (v1 v2
)
499 (if (and (or (math-objvecp v1
) (math-known-scalarp v1
))
500 (or (math-objvecp v2
) (math-known-scalarp v2
)))
501 (append (if (and (math-vectorp v1
)
502 (or (math-matrixp v1
)
503 (not (math-matrixp v2
))))
506 (if (and (math-vectorp v2
)
507 (or (math-matrixp v2
)
508 (not (math-matrixp v1
))))
514 ;;; True if A is zero. Works for un-normalized values. [P n] [Public]
515 (defun math-zerop (a)
517 (cond ((memq (car a
) '(bigpos bigneg
))
518 (while (eq (car (setq a
(cdr a
))) 0))
520 ((memq (car a
) '(frac float polar mod
))
521 (math-zerop (nth 1 a
)))
523 (and (math-zerop (nth 1 a
)) (math-zerop (nth 2 a
))))
525 (and (math-zerop (nth 1 a
))
526 (math-zerop (nth 2 a
))
527 (math-zerop (nth 3 a
)))))
531 ;;; True if A is real and negative. [P n] [Public]
535 (cond ((eq (car a
) 'bigpos
) nil
)
536 ((eq (car a
) 'bigneg
) (cdr a
))
537 ((memq (car a
) '(float frac
))
538 (Math-integer-negp (nth 1 a
)))
540 (if (math-zerop (nth 1 a
))
541 (if (math-zerop (nth 2 a
))
542 (math-negp (nth 3 a
))
543 (math-negp (nth 2 a
)))
544 (math-negp (nth 1 a
))))
546 (math-negp (nth 1 a
)))
548 (or (math-negp (nth 3 a
))
549 (and (math-zerop (nth 3 a
))
550 (memq (nth 1 a
) '(0 2)))))
551 ((equal a
'(neg (var inf var-inf
))) t
))
554 ;;; True if A is a negative number or an expression the starts with '-'.
555 (defun math-looks-negp (a) ; [P x] [Public]
557 (eq (car-safe a
) 'neg
)
558 (and (memq (car-safe a
) '(* /))
559 (or (math-looks-negp (nth 1 a
))
560 (math-looks-negp (nth 2 a
))))
561 (and (eq (car-safe a
) '-
)
562 (math-looks-negp (nth 1 a
)))))
565 ;;; True if A is real and positive. [P n] [Public]
568 (cond ((eq (car a
) 'bigpos
) (cdr a
))
569 ((eq (car a
) 'bigneg
) nil
)
570 ((memq (car a
) '(float frac
))
571 (Math-integer-posp (nth 1 a
)))
573 (if (math-zerop (nth 1 a
))
574 (if (math-zerop (nth 2 a
))
575 (math-posp (nth 3 a
))
576 (math-posp (nth 2 a
)))
577 (math-posp (nth 1 a
))))
579 (math-posp (nth 1 a
)))
581 (not (math-zerop (nth 1 a
))))
583 (or (math-posp (nth 2 a
))
584 (and (math-zerop (nth 2 a
))
585 (memq (nth 1 a
) '(0 1)))))
586 ((equal a
'(var inf var-inf
)) t
))
589 (defalias 'math-fixnump
'integerp
)
590 (defalias 'math-fixnatnump
'natnump
)
593 ;;; True if A is an even integer. [P R R] [Public]
594 (defun math-evenp (a)
596 (and (memq (car a
) '(bigpos bigneg
))
597 (= (%
(nth 1 a
) 2) 0))
600 ;;; Compute A / 2, for small or big integer A. [I i]
601 ;;; If A is negative, type of truncation is undefined.
605 (math-normalize (cons (car a
) (math-div2-bignum (cdr a
))))
609 (defun math-div2-bignum (a) ; [l l]
611 (cons (+ (/ (car a
) 2) (* (%
(nth 1 a
) 2) (/ math-bignum-digit-size
2)))
612 (math-div2-bignum (cdr a
)))
613 (list (/ (car a
) 2))))
616 ;;; Reject an argument to a calculator function. [Public]
617 (defun math-reject-arg (&optional a p option
)
619 (calc-record-why option p a
)
621 (calc-record-why p a
)))
622 (signal 'wrong-type-argument
(and a
(if p
(list p a
) (list a
)))))
625 ;;; Coerce A to be an integer (by truncation toward zero). [I N] [Public]
627 ;; The variable math-trunc-prec is local to math-trunc, but used by
628 ;; math-trunc-fancy in calc-arith.el, which is called by math-trunc.
630 (defun math-trunc (a &optional math-trunc-prec
)
631 (cond (math-trunc-prec
633 (math-trunc-special a math-trunc-prec
))
634 ((Math-integerp a
) a
)
636 (math-neg (math-trunc (math-neg a
))))
638 (math-scale-int (nth 1 a
) (nth 2 a
)))
639 (t (require 'calc-ext
)
640 (math-trunc-fancy a
))))
641 (defalias 'calcFunc-trunc
'math-trunc
)
643 ;;; Coerce A to be an integer (by truncation toward minus infinity). [I N]
645 ;; The variable math-floor-prec is local to math-floor, but used by
646 ;; math-floor-fancy in calc-arith.el, which is called by math-floor.
648 (defun math-floor (a &optional math-floor-prec
) ; [Public]
649 (cond (math-floor-prec
651 (math-floor-special a math-floor-prec
))
652 ((Math-integerp a
) a
)
653 ((Math-messy-integerp a
) (math-trunc a
))
656 (math-add (math-trunc a
) -
1)
658 (t (require 'calc-ext
)
659 (math-floor-fancy a
))))
660 (defalias 'calcFunc-floor
'math-floor
)
663 (defun math-imod (a b
) ; [I I I] [Public]
664 (if (and (not (consp a
)) (not (consp b
)))
666 (math-reject-arg a
"*Division by zero")
668 (cdr (math-idivmod a b
))))
671 (defun calcFunc-inv (m)
675 (if (math-square-matrixp m
)
676 (or (math-with-extra-prec 2 (math-matrix-inv-raw m
))
677 (math-reject-arg m
"*Singular matrix"))
678 (math-reject-arg m
'square-matrixp
)))
680 (require 'calc-arith
)
681 (math-known-matrixp m
))
685 (defun math-do-working (msg arg
)
686 (or executing-kbd-macro
688 (calc-set-command-flag 'clear-message
)
689 (if math-working-step
690 (if math-working-step-2
691 (setq msg
(format "[%d/%d] %s"
692 math-working-step math-working-step-2 msg
))
693 (setq msg
(format "[%d] %s" math-working-step msg
))))
694 (message "Working... %s = %s" msg
695 (math-showing-full-precision (math-format-number arg
))))))
698 ;;; Compute A modulo B, defined in terms of truncation toward minus infinity.
699 (defun math-mod (a b
) ; [R R R] [Public]
700 (cond ((and (Math-zerop a
) (not (eq (car-safe a
) 'mod
))) a
)
702 (math-reject-arg a
"*Division by zero"))
703 ((and (Math-natnump a
) (Math-natnump b
))
705 ((and (Math-anglep a
) (Math-anglep b
))
706 (math-sub a
(math-mul (math-floor (math-div a b
)) b
)))
707 (t (require 'calc-ext
)
708 (math-mod-fancy a b
))))
712 ;;; General exponentiation.
714 (defun math-pow (a b
) ; [O O N] [Public]
715 (cond ((equal b
'(var nan var-nan
))
718 (if (and (Math-scalarp b
) (Math-posp b
))
719 (if (math-floatp b
) (math-float a
) a
)
721 (math-pow-of-zero a b
)))
722 ((or (eq a
1) (eq b
1)) a
)
723 ((or (equal a
'(float 1 0)) (equal b
'(float 1 0))) a
)
726 (if (or (math-floatp a
) (math-floatp b
))
729 (math-pow-zero a b
)))
730 ((and (Math-integerp b
) (or (Math-numberp a
) (Math-vectorp a
)))
731 (if (and (equal a
'(float 1 1)) (integerp b
))
732 (math-make-float 1 b
)
733 (math-with-extra-prec 2
737 (math-pow-fancy a b
))))
739 (defun math-ipow (a n
) ; [O O I] [Public]
740 (cond ((Math-integer-negp n
)
741 (math-ipow (math-div 1 a
) (Math-integer-neg n
)))
743 (if (and (Math-ratp a
) (> n
20))
744 (math-iipow-show a n
)
747 (math-ipow (math-mul a a
) (math-div2 n
)))
749 (math-mul a
(math-ipow (math-mul a a
)
750 (math-div2 (math-add n -
1)))))))
752 (defun math-iipow (a n
) ; [O O S]
755 ((= (% n
2) 0) (math-iipow (math-mul a a
) (/ n
2)))
756 (t (math-mul a
(math-iipow (math-mul a a
) (/ n
2))))))
758 (defun math-iipow-show (a n
) ; [O O S]
759 (math-working "pow" a
)
763 ((= (% n
2) 0) (math-iipow-show (math-mul a a
) (/ n
2)))
764 (t (math-mul a
(math-iipow-show (math-mul a a
) (/ n
2)))))))
765 (math-working "pow" val
)
769 (defun math-read-radix-digit (dig) ; [D S; Z S]
781 (defun report-calc-bug ()
782 "Report a bug in Calc, the GNU Emacs calculator.
783 Prompts for bug subject. Leaves you in a mail buffer."
785 (let ((reporter-prompt-for-summary-p t
))
786 (reporter-submit-bug-report calc-bug-address
"Calc" '(calc-version)
788 "Please describe exactly what actions triggered the bug and the
789 precise symptoms of the bug. If possible, include a backtrace by
790 doing 'M-x toggle-debug-on-error', then reproducing the bug.
792 (defalias 'calc-report-bug
'report-calc-bug
)
796 ;;; arch-tag: 7984d9d0-62e5-41dc-afb8-e904b975f250
797 ;;; calc-misc.el ends here