Ticket #654 (closed defect: invalid)
TYPE-OF incorrect for bignums
| Reported by: | jch | Owned by: | gb |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Runtime (threads, GC) | Version: | trunk |
| Keywords: | Cc: |
Description
CL-USER> (lisp-implementation-version) "Version 1.5-dev-r13405M-trunk (LinuxX8664)" CL-USER> (type-of (expt 2 64)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 100)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 1000)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 10000)) (INTEGER 1152921504606846976)
Change History
Note: See
TracTickets for help on using
tickets.
