- Timestamp:
- 04/04/08 16:20:48 (8 months ago)
- Files:
-
- 1 modified
-
trunk/floating-point/floating-point.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/floating-point/floating-point.lisp
r42 r50 1 1 ;; Comparison of floating point numbers using sequence integers 2 2 ;; Liam Healy 2008-01-22 19:00:17EST floating-point.lisp 3 ;; Time-stamp: <2008-0 3-21 15:04:15EDT floating-point.lisp>3 ;; Time-stamp: <2008-04-04 11:35:20EDT floating-point.lisp> 4 4 ;; $Id$ 5 5 … … 75 75 (decode-ieee754 float) 76 76 (declare (ignore expbits)) 77 (when (eq ieee754 t) (setf ieee754 (type-of float))) 77 78 (if ieee754 78 79 (* (dpb 1 (ieee754-sign-bit ieee754) (+ (ash exp sigbits) mant)))
