# HG changeset patch # User Jay Belanger # Date 1108496701 0 # Node ID f91c9a60682184c469467e9462f4794a187db28a # Parent 57a45818c9a3b2269f0598c88a47be0e657d8e40 (math-csc-raw): Fix typo. diff -r 57a45818c9a3 -r f91c9a606821 lisp/calc/calc-math.el --- 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)