Mercurial > emacs
changeset 60085:f91c9a606821
(math-csc-raw): Fix typo.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 15 Feb 2005 19:45:01 +0000 |
parents | 57a45818c9a3 |
children | a1e232362fb4 |
files | lisp/calc/calc-math.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-math.el Tue Feb 15 19:28:08 2005 +0000 +++ b/lisp/calc/calc-math.el Tue Feb 15 19:45:01 2005 +0000 @@ -1070,7 +1070,7 @@ (math-div-float (math-mul-float (car sc) ch) d) (math-div-float (math-mul-float (cdr sc) sh) d))))) ((eq (car x) 'polar) - (math-polar (math-sec-raw (math-complex x)))) + (math-polar (math-csc-raw (math-complex x)))) (t (let ((sn (math-sin-raw x))) (if (eq sn 0)