Changeset 531
- Timestamp:
- Feb 11, 2004, 11:22:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/l0-float.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/l0-float.lisp
r392 r531 684 684 (if (and (<= -1.0d0 x) 685 685 (<= x 1.0d0)) 686 (%double-float-acos! x (%make- sfloat))686 (%double-float-acos! x (%make-dfloat)) 687 687 (- double-float-half-pi (asin x)))) 688 688 (ppc32::with-stack-short-floats ((sx x))
Note:
See TracChangeset
for help on using the changeset viewer.
