comparison lisp/calc/calc-poly.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 0d8b17d428b5
children a8b2ccf9b0ee 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1137 (list '^ x n)))) 1137 (list '^ x n))))
1138 1138
1139 (defun calcFunc-expandpow (x n) 1139 (defun calcFunc-expandpow (x n)
1140 (math-normalize (math-expand-power x n))) 1140 (math-normalize (math-expand-power x n)))
1141 1141
1142 ;;; arch-tag: d2566c51-2ccc-45f1-8c50-f3462c2953ff
1142 ;;; calc-poly.el ends here 1143 ;;; calc-poly.el ends here