comparison lisp/calc/calc-math.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
1674 (math-div (math-mul 180 a) '(var pi var-pi))) 1674 (math-div (math-mul 180 a) '(var pi var-pi)))
1675 ((math-infinitep a) a) 1675 ((math-infinitep a) a)
1676 (t (list 'calcFunc-deg a)))) 1676 (t (list 'calcFunc-deg a))))
1677 (put 'calcFunc-deg 'math-expandable t) 1677 (put 'calcFunc-deg 'math-expandable t)
1678 1678
1679 ;;; arch-tag: c7367e8e-d0b8-4f70-8577-2fb3f31dbb4c
1680 ;;; calc-math.el ends here 1679 ;;; calc-math.el ends here