/[emacs]/emacs/lisp/calc/calc-arith.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-arith.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by jpb, Mon Nov 29 22:41:10 2004 UTC revision 1.10 by jpb, Tue Nov 30 17:01:18 2004 UTC
# Line 27  Line 27 
27  ;;; Code:  ;;; Code:
28    
29  ;; This file is autoloaded from calc-ext.el.  ;; This file is autoloaded from calc-ext.el.
 (require 'calc-ext)  
30    
31    (require 'calc-ext)
32  (require 'calc-macs)  (require 'calc-macs)
33    
 (defun calc-Need-calc-arith () nil)  
   
34  ;;; The following lists are not exhaustive.  ;;; The following lists are not exhaustive.
35  (defvar math-scalar-functions '(calcFunc-det  (defvar math-scalar-functions '(calcFunc-det
36                                  calcFunc-cnorm calcFunc-rnorm                                  calcFunc-cnorm calcFunc-rnorm
# Line 2821  Line 2819 
2819            (math-commutative-collect (nth 2 b) (not neg)))            (math-commutative-collect (nth 2 b) (not neg)))
2820        (setq math-com-bterms (cons (if neg (math-neg b) b) math-com-bterms)))))        (setq math-com-bterms (cons (if neg (math-neg b) b) math-com-bterms)))))
2821    
2822    (provide 'calc-arith)
2823    
2824  ;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465  ;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465
2825  ;;; calc-arith.el ends here  ;;; calc-arith.el ends here

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26