guile-devel
[Top][All Lists]
Advanced

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

Re: Further 64 bit bits.


From: Marius Vollmer
Subject: Re: Further 64 bit bits.
Date: 14 Sep 2001 08:07:38 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Rob Browning <address@hidden> writes:

> With respect to make check, is there any way to ask how many bits are
> in a fixnum from the guile level?

This

    (inexact->exact (+ (/ (log (+ most-positive-fixnum 1)) (log 2)) 1))

ought to work.



reply via email to

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