;ELC   
;;; Compiled by buildd@lcy01-24.buildd on Tue Sep 19 22:17:49 2017
;;; from file /build/emacs24-8smh0b/emacs24-24.3+1/debian/build-x/lisp/emacs-lisp/float-sup.el
;;; in Emacs version 24.3
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@33 The value of Pi (3.1415926...).
(defconst float-pi (byte-code "\300\301!\302_\207" [atan 1 4] 2) (#$ . 557))
#@53 Obsolete since Emacs-23.3.  Use `float-pi' instead.
(defconst pi float-pi (#$ . 672))
(internal-make-var-non-special 'pi)
#@32 The value of e (2.7182818...).
(defconst float-e (exp 1) (#$ . 800))
#@40 Degrees to radian conversion constant.
(defconst degrees-to-radians (/ float-pi 180.0) (#$ . 875))
#@39 Radian to degree conversion constant.
(defconst radians-to-degrees (/ 180.0 float-pi) (#$ . 980))
#@36 Convert X from degrees to radians.
(defalias 'degrees-to-radians '(macro . #[(x) "\302	E\207" [degrees-to-radians x *] 3 (#$ . 1084)]))
#@36 Convert X from radians to degrees.
(defalias 'radians-to-degrees '(macro . #[(x) "\302	E\207" [radians-to-degrees x *] 3 (#$ . 1227)]))
(provide 'lisp-float-type)
