Changeset 14448
- Timestamp:
- Nov 22, 2010, 4:00:10 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/numbers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/numbers.lisp
r14447 r14448 49 49 50 50 (defconstant double-float-nan 51 #.(make-float-from-fixnums #x8000 0 #x7ff 1)) 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)))) 52 57 53 58 (defun parse-float (str len off)
Note:
See TracChangeset
for help on using the changeset viewer.
