emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-math.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-math.el
Date: Thu, 20 Dec 2001 13:49:17 -0500

Index: emacs/lisp/calc/calc-math.el
diff -c emacs/lisp/calc/calc-math.el:1.4 emacs/lisp/calc/calc-math.el:1.5
*** emacs/lisp/calc/calc-math.el:1.4    Fri Nov 23 01:06:20 2001
--- emacs/lisp/calc/calc-math.el        Thu Dec 20 13:49:17 2001
***************
*** 271,277 ****
      (math-floor (math-sqrt a))))
  
  
! ;;; This returns (flag . result) where the flag is T if A is a perfect square.
  (defun math-isqrt-bignum (a)   ; [P.l L]
    (let ((len (length a)))
      (if (= (% len 2) 0)
--- 271,277 ----
      (math-floor (math-sqrt a))))
  
  
! ;;; This returns (flag . result) where the flag is t if A is a perfect square.
  (defun math-isqrt-bignum (a)   ; [P.l L]
    (let ((len (length a)))
      (if (= (% len 2) 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]