Changeset 14446
- Timestamp:
- Nov 22, 2010, 2:25:38 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/numbers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/numbers.lisp
r13327 r14446 49 49 50 50 (defconstant double-float-nan 51 #.(let ((invalid (get-fpu-mode :invalid))) 52 (unwind-protect 53 (progn 54 (set-fpu-mode :invalid nil) 55 (+ double-float-positive-infinity double-float-negative-infinity)) 56 (set-fpu-mode :invalid invalid)))) 51 #.(make-float-from-fixnums #x8000 0 #x3ff 1)) 57 52 58 53 (defun parse-float (str len off)
Note:
See TracChangeset
for help on using the changeset viewer.
