]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-poly.el
(calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth)
[gnu-emacs] / lisp / calc / calc-poly.el
index 28958efaab70aec72a3cc1efc65b677eb58397ef..95fdba2562c0cd40d99da4089e2258db85578080 100644 (file)
 ;;; Code:
 
 ;; This file is autoloaded from calc-ext.el.
-(require 'calc-ext)
 
+(require 'calc-ext)
 (require 'calc-macs)
 
-(defun calc-Need-calc-poly () nil)
-
-
 (defun calcFunc-pcont (expr &optional var)
   (cond ((Math-primp expr)
         (cond ((Math-zerop expr) 1)
 (defun calcFunc-expandpow (x n)
   (math-normalize (math-expand-power x n)))
 
+(provide 'calc-poly)
+
 ;;; arch-tag: d2566c51-2ccc-45f1-8c50-f3462c2953ff
 ;;; calc-poly.el ends here