[movitz-cvs] CVS movitz/losp/muerte
ffjeld
ffjeld at common-lisp.net
Tue May 2 20:02:13 UTC 2006
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv16528
Modified Files:
integers.lisp
Log Message:
Added realp.
--- /project/movitz/cvsroot/movitz/losp/muerte/integers.lisp 2006/04/07 21:35:32 1.121
+++ /project/movitz/cvsroot/movitz/losp/muerte/integers.lisp 2006/05/02 20:02:09 1.122
@@ -9,7 +9,7 @@
;;;; Created at: Wed Nov 8 18:44:57 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: integers.lisp,v 1.121 2006/04/07 21:35:32 ffjeld Exp $
+;;;; $Id: integers.lisp,v 1.122 2006/05/02 20:02:09 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -2260,3 +2260,6 @@
(defun rational (number)
number)
+
+(defun realp (x)
+ (typep x 'real))
More information about the Movitz-cvs
mailing list