CLHS 2.3.1.1 says if " token with the syntax of a number cannot be
converted to an internal number, an error of type reader-error is signaled." So, disable underflow traps, convert the number. If the resulting float is zero, but the number was not, signal a reader-error.
Please register or sign in to comment