emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

most-positive-float, most-negative-float coming up nil


From: Burton Samograd
Subject: most-positive-float, most-negative-float coming up nil
Date: Tue, 25 Oct 2011 09:59:16 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Version: "GNU Emacs 24.0.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
 of 2011-10-07 on bsamograd-ubuntu"

Just playing around with emacs lisp and I thought I would try the
most-positive/most-negative variables to see numeric range. 

most-positive-fixnum
2305843009213693951
most-negative-fixnum
-2305843009213693952
most-positive-float
nil
most-negative-float
nil

Any reason why the float values are coming up nil?

--
Burton Samograd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]