emacs-devel
[Top][All Lists]
Advanced

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

Re: Using the GNU GMP Library for Bignums in Emacs


From: Eli Zaretskii
Subject: Re: Using the GNU GMP Library for Bignums in Emacs
Date: Thu, 03 May 2018 20:49:38 +0300

> From: Helmut Eller <address@hidden>
> Date: Thu, 03 May 2018 08:26:05 +0200
> Cc: Paul Eggert <address@hidden>, address@hidden
> 
> I think the bitwise operations and the resulting negative numbers are
> the problematic part:
> 
> E.g.
> 
> (format "%016x" (lognot 257)) => "3ffffffffffffefe"
> 
> but the 16-hex-digit string should be "fffffffffffffefe".

But a 16-hex-digit fffffffffffffefe is not a fixnum, right?



reply via email to

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