| Server IP : 217.160.0.212 / Your IP : 216.73.217.5 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/emacs-lisp/ |
Upload File : |
;ELC ;;; Compiled ;;; in Emacs version 28.2 ;;; with all optimizations. #@33 The value of Pi (3.1415926...). (defconst float-pi (byte-code "\300\301\302!_\207" [4 atan 1] 3) (#$ . 84)) #@53 Obsolete since Emacs-23.3. Use `float-pi' instead. (defconst pi float-pi (#$ . 198)) (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) (#$ . 415)) #@40 Degrees to radian conversion constant. (defconst degrees-to-radians (/ float-pi 180.0) (#$ . 490)) #@39 Radian to degree conversion constant. (defconst radians-to-degrees (/ 180.0 float-pi) (#$ . 595)) #@44 Convert X from degrees to radians. (fn X) (defalias 'degrees-to-radians '(macro . #[257 "\301E\207" [degrees-to-radians *] 4 (#$ . 699)])) #@44 Convert X from radians to degrees. (fn X) (defalias 'radians-to-degrees '(macro . #[257 "\301E\207" [radians-to-degrees *] 4 (#$ . 847)])) (provide 'lisp-float-type)