technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

Bug in floating-point print #6

Closed technoblogy closed 5 years ago

technoblogy commented 5 years ago

Some exact multiples of 10 are printed incorrectly. For example:

> 70.0
7.0
technoblogy commented 5 years ago

Fixed in Version 2.5b.