Changeset 3572


Ignore:
Timestamp:
09/04/03 04:45:38 (20 years ago)
Author:
piso
Message:

LispFloat?.ONE

File:
1 edited

Legend:

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

    r3570 r3572  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: LispFloat.java,v 1.36 2003-09-04 04:28:01 piso Exp $
     5 * $Id: LispFloat.java,v 1.37 2003-09-04 04:45:38 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2525{
    2626    public static final LispFloat ZERO = new LispFloat(0);
     27    public static final LispFloat ONE  = new LispFloat(1);
    2728
    2829    private final double value;
Note: See TracChangeset for help on using the changeset viewer.