Ignore:
Timestamp:
09/08/03 01:49:48 (20 years ago)
Author:
piso
Message:

imagpart
integerp
numerator-denominator
rationalp
realp
realpart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/rt.lisp

    r3603 r3604  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: rt.lisp,v 1.114 2003-09-08 01:46:09 piso Exp $
     4;;; $Id: rt.lisp,v 1.115 2003-09-08 01:49:48 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    243243                              "identity"
    244244                              "if"
     245                              "imagpart"
    245246                              "integer-length"
     247                              "integerp"
    246248                              "intersection"
    247249                              "iteration"
     
    328330                              "nthcdr"
    329331                              "number-comparison"
     332                              "numerator-denominator"
    330333                              "nunion"
    331334                              "oddp"
     
    357360                              "rational"
    358361                              "rationalize"
     362                              "rationalp"
     363                              "realp"
     364                              "realpart"
    359365                              "reduce"
    360366                              "remf"
Note: See TracChangeset for help on using the changeset viewer.