emacs-devel
[Top][All Lists]
Advanced

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

Re: A question on the range of floats in Emacs


From: Johan Bockgård
Subject: Re: A question on the range of floats in Emacs
Date: Tue, 17 Jul 2007 16:49:47 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

Jay Belanger <address@hidden> writes:

> The Elisp manual says that the range of integers depends on the
> machine, but the information is available within Emacs
> (most-positive-fixnum, etc.), and what's more there is a minimum range.
> The range of floating points also depends on the machine.  I'm
> wondering:
>   Is the precise range easily available from within Emacs?
>   Is there a minimum range?

The cl package can determine a number of floating point parameters.
See

  (info "(cl)Implementation Parameters")

-- 
Johan Bockgård





reply via email to

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