aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/float-sup.el
diff options
context:
space:
mode:
authorJim Blandy1991-03-01 21:55:53 +0000
committerJim Blandy1991-03-01 21:55:53 +0000
commit3bfd7edbe7d3b56abc5a2ecb097e3cd594e3bf19 (patch)
tree43c1fa962bf9b7ba0ed56d206a77d630147c955c /lisp/float-sup.el
parent56d506fcff55e31114063320005b319f1665eaa7 (diff)
downloademacs-3bfd7edbe7d3b56abc5a2ecb097e3cd594e3bf19.tar.gz
emacs-3bfd7edbe7d3b56abc5a2ecb097e3cd594e3bf19.zip
*** empty log message ***
Diffstat (limited to 'lisp/float-sup.el')
-rw-r--r--lisp/float-sup.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/float-sup.el b/lisp/float-sup.el
index bf95369fd82..d7b756238d3 100644
--- a/lisp/float-sup.el
+++ b/lisp/float-sup.el
@@ -42,8 +42,7 @@
42(defconst radians-to-degrees (/ 180.0 pi) 42(defconst radians-to-degrees (/ 180.0 pi)
43 "Radian to degree conversion constant") 43 "Radian to degree conversion constant")
44 44
45;; these expand to a single multiply by a float 45;; these expand to a single multiply by a float when byte compiled
46;; when byte compiled
47 46
48(defmacro degrees-to-radians (x) 47(defmacro degrees-to-radians (x)
49 "Convert ARG from degrees to radians." 48 "Convert ARG from degrees to radians."