Changeset 3604 for trunk/j/src/org/armedbear/lisp/rt.lisp
- Timestamp:
- 09/08/03 01:49:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/rt.lisp
r3603 r3604 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: rt.lisp,v 1.11 4 2003-09-08 01:46:09piso Exp $4 ;;; $Id: rt.lisp,v 1.115 2003-09-08 01:49:48 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 243 243 "identity" 244 244 "if" 245 "imagpart" 245 246 "integer-length" 247 "integerp" 246 248 "intersection" 247 249 "iteration" … … 328 330 "nthcdr" 329 331 "number-comparison" 332 "numerator-denominator" 330 333 "nunion" 331 334 "oddp" … … 357 360 "rational" 358 361 "rationalize" 362 "rationalp" 363 "realp" 364 "realpart" 359 365 "reduce" 360 366 "remf"
Note: See TracChangeset
for help on using the changeset viewer.