Mercurial > emacs
diff lisp/float-sup.el @ 202:ae5ace097df2
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 01 Mar 1991 21:55:53 +0000 |
| parents | 9697c13298e5 |
| children | 4cd7543be581 |
line wrap: on
line diff
--- a/lisp/float-sup.el Thu Feb 28 21:45:11 1991 +0000 +++ b/lisp/float-sup.el Fri Mar 01 21:55:53 1991 +0000 @@ -42,8 +42,7 @@ (defconst radians-to-degrees (/ 180.0 pi) "Radian to degree conversion constant") -;; these expand to a single multiply by a float -;; when byte compiled +;; these expand to a single multiply by a float when byte compiled (defmacro degrees-to-radians (x) "Convert ARG from degrees to radians."
