*** empty log message ***
This commit is contained in:
parent
3b4a6e271d
commit
49116ac071
65 changed files with 923 additions and 369 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue