Changeset 3525
- Timestamp:
- 08/26/03 02:28:22 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/numbers.lisp
r3476 r3525 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: numbers.lisp,v 1. 6 2003-08-24 13:30:43piso Exp $4 ;;; $Id: numbers.lisp,v 1.7 2003-08-26 02:28:22 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 139 139 (defun rationalize (x) 140 140 (rational x)) 141 142 (when (and (find-package "JVM") 143 (fboundp 'jvm::jvm-compile)) 144 (mapcar #'jvm::jvm-compile '(floor 145 ceiling 146 round 147 rem 148 ftruncate 149 ffloor 150 fceiling 151 fround 152 rational 153 rationalize)))
Note: See TracChangeset
for help on using the changeset viewer.