diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/emacs-lisp/float.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.bz2 emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/float.el')
-rw-r--r-- | lisp/emacs-lisp/float.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el index 68b88f41ecc..3c2921c506f 100644 --- a/lisp/emacs-lisp/float.el +++ b/lisp/emacs-lisp/float.el @@ -46,8 +46,6 @@ ;; June 20, 1986 ;; -(provide 'float) - ;; fundamental implementation constants (defconst exp-base 2 "Base of exponent in this floating point representation.") @@ -446,3 +444,6 @@ are recognized." (funcall func exponent (aref powers-of-10 tens))))) _f0)) ; if invalid, return 0 + +(provide 'float) + |