*** empty log message ***

This commit is contained in:
Jim Blandy 1992-03-16 20:39:07 +00:00
parent 3b4a6e271d
commit 49116ac071
65 changed files with 923 additions and 369 deletions

View file

@ -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)