;ELC   
;;; Compiled
;;; in Emacs version 29.4
;;; with all optimizations.


#@33 The value of Pi (3.1415926...).
(defconst float-pi (byte-code "\300\301\302!_\207" [4 atan 1] 3) (#$ . 83))#@53 Obsolete since Emacs-23.3.  Use `float-pi' instead.
(defconst pi float-pi (#$ . 196))
(byte-code "\300\301\302\303#\210\304\301!\207" [make-obsolete-variable pi float-pi "23.3" internal-make-var-non-special] 4)#@32 The value of e (2.7182818...).
(defconst float-e (exp 1) (#$ . 412))#@40 Degrees to radian conversion constant.
(defconst degrees-to-radians (/ float-pi 180.0) (#$ . 486))#@39 Radian to degree conversion constant.
(defconst radians-to-degrees (/ 180.0 float-pi) (#$ . 590))#@44 Convert X from degrees to radians.

(fn X)
(defalias 'degrees-to-radians '(macro . #[257 "\301E\207" [degrees-to-radians *] 4 (#$ . 693)]))#@44 Convert X from radians to degrees.

(fn X)
(defalias 'radians-to-degrees '(macro . #[257 "\301E\207" [radians-to-degrees *] 4 (#$ . 840)]))
(provide 'lisp-float-type)
