How about some special symbols, like: #!nan #!+inf #!-inf
? cheers, felix On 4/29/05, Kon Lovett <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a recommended way to represent nan, +inf, and -inf to the > reader? I currently use 0.0/0.0, 1.0/0.0, and -1.0/0.0 but this will > generate a reader warning. (I would prefer not want to wrap math.h > constants.) > > Thanks, > Kon > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-users > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
