Changeset 41f1ca3edadee2d6e00ba7dc287ea66d92897ca6
- Timestamp:
- 03/23/12 19:05:24 (14 months ago)
- Author:
- Raymond Toy <rtoy@…>
- Children:
- dd5c2a4a6628648c5fe9a7eec98c82a9d284daa3
- Parents:
- d80256d66d585a69813f277b115d039cc620e62d
- git-committer:
- Raymond Toy <rtoy@…> (03/23/12 19:05:24)
- Message:
-
Oops. Need to take the realpart before call FLOAT-NAN-P.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r82b854
|
r41f1ca
|
|
| 55 | 55 | (let ((bits (bit-accuracy est true))) |
| 56 | 56 | (if (not (eq bits t)) |
| 57 | | (if (and (not (float-nan-p est)) |
| | 57 | (if (and (not (float-nan-p (realpart est))) |
| 58 | 58 | (not (float-nan-p bits)) |
| 59 | 59 | (< bits limit)) |