Changeset 547
- Timestamp:
- Feb 16, 2004, 2:41:04 AM (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
r534 r547 700 700 (if (and (<= -1.0d0 x) 701 701 (<= x 1.0d0)) 702 (%double-float-acos! x (%make- sfloat))702 (%double-float-acos! x (%make-dfloat)) 703 703 (- double-float-half-pi (asin x))))) 704 704 ((short-float rational)
Note:
See TracChangeset
for help on using the changeset viewer.
