sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

convert error bignum to float #242

Closed sasagawa888 closed 1 year ago

sasagawa888 commented 1 year ago

($test (convert 2837912874982137192837192837287312947728 ) 2.83791e+39 =)

(CONVERT 2837912874982137192837192837287312947728 ) is bad. correct is 2.83791e+39 but got 2.83791e+39

sasagawa888 commented 1 year ago

Fixed.