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

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

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

revision 1.9 by jpb, Thu Nov 25 05:52:38 2004 UTC revision 1.10 by jpb, Tue Nov 30 17:19:41 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-poly () nil)  
   
   
34  (defun calcFunc-pcont (expr &optional var)  (defun calcFunc-pcont (expr &optional var)
35    (cond ((Math-primp expr)    (cond ((Math-primp expr)
36           (cond ((Math-zerop expr) 1)           (cond ((Math-zerop expr) 1)
# Line 1173  Line 1170 
1170  (defun calcFunc-expandpow (x n)  (defun calcFunc-expandpow (x n)
1171    (math-normalize (math-expand-power x n)))    (math-normalize (math-expand-power x n)))
1172    
1173    (provide 'calc-poly)
1174    
1175  ;;; arch-tag: d2566c51-2ccc-45f1-8c50-f3462c2953ff  ;;; arch-tag: d2566c51-2ccc-45f1-8c50-f3462c2953ff
1176  ;;; calc-poly.el ends here  ;;; calc-poly.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